diff options
Diffstat (limited to 'net/smcroute/Makefile')
-rw-r--r-- | net/smcroute/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/smcroute/Makefile b/net/smcroute/Makefile index c114794fb67b..ef860b54176e 100644 --- a/net/smcroute/Makefile +++ b/net/smcroute/Makefile @@ -1,6 +1,5 @@ PORTNAME= smcroute -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.5.7 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org @@ -10,16 +9,16 @@ 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= ${PORTNAME} +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= AUTHORS COPYING ChangeLog README TODO +PORTDOCS= ChangeLog.md README.md OPTIONS_DEFINE= DOCS DOCS_INSTALL_TARGET= install |