freebsd-ports/net/dbeacon/Makefile
Emanuel Haupt 56fb1bbee6 - Support staging
- USES -> gmake
2014-02-28 08:33:46 +00:00

21 lines
497 B
Makefile

# Created by: Antonio Querubin <tony@lava.net>
# $FreeBSD$
PORTNAME= dbeacon
PORTVERSION= 0.3.9.1
CATEGORIES= net
MASTER_SITES= http://fivebits.net/files/dbeacon/
MAINTAINER= tony@lava.net
COMMENT= Distributed multicast beacon server
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>