pkgsrc/net/solaris-tap/Makefile
tnn 086351861b The import message stated version 20070527, the package stated 20070525,
but in actuality it is 20070625. My poor excuse for the screwup is that it
has been sitting in my tree for a while.
2007-07-01 00:52:31 +00:00

28 lines
704 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/07/01 00:52:31 tnn Exp $
DISTNAME= tuntap
PKGNAME= solaris-tap-20070625
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"