mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
c3b187a6ba
PR: 260439
31 lines
675 B
Makefile
31 lines
675 B
Makefile
PORTNAME= vether-kmod
|
|
DISTVERSION= g20211214
|
|
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= 511ee3b393029cfff0c5b1873fe0a16f077a7459
|
|
|
|
WRKSRC_SUBDIR= src
|
|
|
|
PLIST_FILES= ${KMODDIR}/if_vether.ko \
|
|
man/man4/if_vether.4.gz \
|
|
man/man4/vether.4.gz
|
|
|
|
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>
|