head 1.1; access; symbols pkgsrc-2013Q2:1.1.0.20 pkgsrc-2013Q2-base:1.1 pkgsrc-2012Q4:1.1.0.18 pkgsrc-2012Q4-base:1.1 pkgsrc-2011Q4:1.1.0.16 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q2:1.1.0.14 pkgsrc-2011Q2-base:1.1 pkgsrc-2009Q4:1.1.0.12 pkgsrc-2009Q4-base:1.1 pkgsrc-2008Q4:1.1.0.10 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.8 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.6 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.4 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.2; locks; strict; comment @# @; 1.1 date 2008.07.12.04.49.17; author schmonz; state dead; branches 1.1.2.1; next ; 1.1.2.1 date 2008.07.12.04.49.17; author schmonz; state Exp; branches; next 1.1.2.2; 1.1.2.2 date 2008.07.12.06.57.49; author schmonz; state Exp; branches; next 1.1.2.3; 1.1.2.3 date 2008.07.14.05.22.18; author schmonz; state Exp; branches; next 1.1.2.4; 1.1.2.4 date 2008.07.14.05.27.58; author schmonz; state Exp; branches; next 1.1.2.5; 1.1.2.5 date 2009.03.30.01.02.25; author schmonz; state Exp; branches; next ; desc @@ 1.1 log @file Makefile was initially added on branch cwrapper. @ text @@ 1.1.2.1 log @Initial import of my GSoC project to replace mk/wrapper with faster, more maintainable C code. No code yet, just a pair of tests from regress/buildlink-transform ported to ATF. @ text @a0 27 # $NetBSD: Makefile$ # DISTNAME= wrapper-20080711 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= schmonz@@NetBSD.org HOMEPAGE= http://netbsd-soc.sourceforge.net/projects/cwrapper/ COMMENT= GSoC project to replace pkgsrc/mk/wrapper NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes INSTALLATION_DIRS= share/doc/${PKGBASE} .include "tests.mk" do-extract: ${CP} -R ${FILESDIR} ${WRKSRC} do-install: ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/${PKGBASE} .include "../../mk/bsd.pkg.mk" @ 1.1.2.2 log @Settle on a filename convention for tests for the time being. Add RCS Ids. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.2.1 2008/07/12 04:49:17 schmonz Exp $ d4 1 a4 1 DISTNAME= wrapper-20080712 @ 1.1.2.3 log @Pipe to atf-report by default. Bump version for today's batch of work. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.2.2 2008/07/12 06:57:49 schmonz Exp $ d4 1 a4 1 DISTNAME= wrapper-20080714 @ 1.1.2.4 log @Don't bother trying to install TODO, it's not there anyway. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.2.3 2008/07/14 05:22:18 schmonz Exp $ d16 2 a17 1 PLIST_SRC= # none d25 1 a25 1 ${DO_NADA} @ 1.1.2.5 log @Catch up to new atf-check syntax in atf 0.6. Depend on 0.6 or newer. Bump version. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.2.4 2008/07/14 05:27:58 schmonz Exp $ d4 1 a4 1 DISTNAME= wrapper-20090329 @