1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/dbeacon/Makefile
Mark Felder 5b6efbe76a net/dbeacon: Unbreak port
- New MAINTAINER
- New MASTER_SITE
- Add patch to clean up some build errors
- Cleaned up pkg-descr

PR:		208048
MFH:		2016Q1
2016-03-17 21:04:58 +00:00

24 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>