summaryrefslogtreecommitdiff
path: root/net/solaris-tap/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2007-07-01 00:43:20 +0000
committertnn <tnn>2007-07-01 00:43:20 +0000
commit82fc4a02832f32e03e46414614d19a1459d58108 (patch)
tree6ebab1e9ad0bca724f66e61f36da5938a4a80d90 /net/solaris-tap/Makefile
parent5f77c021016a236d0d6e8f7613033621998750df (diff)
downloadpkgsrc-82fc4a02832f32e03e46414614d19a1459d58108.tar.gz
Add net/solaris-tap version 20070527 to pkgsrc:
Solaris kernel module for virtual Ethernet devices (TAP) and virtual point-to-point tunneling interfaces (TUN).
Diffstat (limited to 'net/solaris-tap/Makefile')
-rw-r--r--net/solaris-tap/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/net/solaris-tap/Makefile b/net/solaris-tap/Makefile
new file mode 100644
index 00000000000..c94b265bd7e
--- /dev/null
+++ b/net/solaris-tap/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/07/01 00:43:20 tnn Exp $
+
+DISTNAME= tuntap
+PKGNAME= solaris-tap-20070525
+CATEGORIES= net
+MASTER_SITES= http://www.whiteboard.ne.jp/~admin2/tuntap/source/tuntap/
+
+MAINTAINER= tnn@NetBSD.org
+HOMEPAGE= http://www.whiteboard.ne.jp/~admin2/tuntap/
+COMMENT= Solaris kernel module for virtual Ethernet devices
+
+ONLY_FOR_PLATFORM= SunOS-*-*
+GNU_CONFIGURE= yes
+
+DIST_SUBDIR= ${PKGNAME_NOREV}
+WRKSRC= ${WRKDIR}/tuntap
+
+.include "../../mk/bsd.prefs.mk"
+
+INSTALLATION_DIRS= include/net lkm
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/if_tun.h ${PREFIX}/include/net
+.for f in tap tap.conf tun tun.conf
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lkm
+.endfor
+
+.include "../../mk/bsd.pkg.mk"