diff options
author | cube <cube@pkgsrc.org> | 2005-01-20 18:02:38 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2005-01-20 18:02:38 +0000 |
commit | d566d2f52bbeed9beeabddaf4f7b4e4521745dfc (patch) | |
tree | 83c2cd3a4e6b8a3e08451235a65357a91f3f5472 /net/netbsd-tap/Makefile | |
parent | 0efdf3f8e2615fd101f24629eec7dbe70d27404e (diff) | |
download | pkgsrc-d566d2f52bbeed9beeabddaf4f7b4e4521745dfc.tar.gz |
Initial import of netbsd-tap into the NetBSD Packages Collection.
netbsd-tap is the "pkgsrcized" version of the implementation of tap(4) that
can be found in NetBSD-current. It is compatible with NetBSD 2.0 and
above.
Diffstat (limited to 'net/netbsd-tap/Makefile')
-rw-r--r-- | net/netbsd-tap/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net/netbsd-tap/Makefile b/net/netbsd-tap/Makefile new file mode 100644 index 00000000000..217473f5824 --- /dev/null +++ b/net/netbsd-tap/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/20 18:02:38 cube Exp $ + +DISTNAME= netbsd-tap-20050120 +CATEGORIES= net +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= cube@NetBSD.org +COMMENT= NetBSD kernel module for virtual Ethernet devices + +NO_CONFIGURE= yes +NO_CHECKSUM= yes +INSTALL_TARGET= includes install + +ONLY_FOR_PLATFORM= NetBSD-[2-9]*-* +INSTALLATION_DIRS= lkm + +.include "options.mk" + +SUBST_CLASSES+= tap_postinstall +SUBST_STAGE.tap_postinstall= post-build +SUBST_FILES.tap_postinstall= tap_postinstall.sh +SUBST_SED.tap_postinstall= -e s,@SH@,${SH:Q}, + +do-extract: + @${CP} -R ${FILESDIR} ${WRKSRC} + +.include "../../mk/bsd.pkg.mk" |