freebsd-ports/net/vether-kmod/Makefile
Tobias Kortkamp f6a1815687 net/vether-kmod: Update to latest commit
PR:		226602
Submitted by:	Henning Matyschok <henning.matyschok@outlook.com>
2018-03-14 13:58:03 +00:00

31 lines
687 B
Makefile

# $FreeBSD$
PORTNAME= vether-kmod
DISTVERSION= g20180314
CATEGORIES= net
MAINTAINER= henning.matyschok@outlook.com
COMMENT= Virtual Ethernet Interface
LICENSE= BSD2CLAUSE ISCL
LICENSE_COMB= multi
USES= kmod uidfix
USE_GITHUB= yes
GH_ACCOUNT= hmatyschok
GH_PROJECT= if_vether
GH_TAGNAME= 07a34f925aa86b6ac3129785be3a32219676c21b
PLIST_FILES= ${KMODDIR}/if_vether.ko \
man/man4/if_vether.4.gz \
man/man4/vether.4.gz
WRKSRC_SUBDIR= src
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/man/man4
${INSTALL_DATA} ${WRKSRC}/if_vether.4 ${STAGEDIR}${PREFIX}/man/man4
@${RLN} ${STAGEDIR}${PREFIX}/man/man4/if_vether.4 \
${STAGEDIR}${PREFIX}/man/man4/vether.4
.include <bsd.port.mk>