diff --git a/net/smcroute/Makefile b/net/smcroute/Makefile index 446364c4aa16..ef860b54176e 100644 --- a/net/smcroute/Makefile +++ b/net/smcroute/Makefile @@ -1,30 +1,30 @@ PORTNAME= smcroute PORTVERSION= 2.5.7 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org COMMENT= Static multicast routing tool WWW= https://github.com/troglobit/smcroute/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf cpe +USES= autoreconf cpe pkgconfig CPE_VENDOR= troglobit USE_RC_SUBR= smcrouted USE_GITHUB= yes GH_ACCOUNT= troglobit GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --bindir=${PREFIX}/sbin INSTALL_TARGET= install-exec-am install-man PORTDOCS= ChangeLog.md README.md OPTIONS_DEFINE= DOCS DOCS_INSTALL_TARGET= install post-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include