mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
29 lines
573 B
Makefile
29 lines
573 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= smcroute
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Static multicast routing tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= tar:bzip2
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= troglobit
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin
|
|
INSTALL_TARGET= install-exec-am install-man
|
|
PORTDOCS= AUTHORS COPYING ChangeLog README TODO
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
DOCS_INSTALL_TARGET= install
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \
|
|
${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
|
|
|
|
.include <bsd.port.mk>
|