opnsense-ports/net/dbeacon/Makefile
Franco Fichtner 95e01fd41a */*: sync with upstream
Taken from: FreeBSD
2016-03-18 07:41:25 +01:00

23 lines
538 B
Makefile

# Created by: Antonio Querubin <tony@lava.net>
# $FreeBSD$
PORTNAME= dbeacon
PORTVERSION= 0.3.9.1
CATEGORIES= net
MASTER_SITES= http://BSDforge.com/projects/source/net/dbeacon/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Distributed multicast beacon server
LICENSE= GPLv2+
USES= gmake
PLIST_FILES= bin/dbeacon man/man1/dbeacon.1.gz
USE_RC_SUBR= dbeacon
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/dbeacon.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>