mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
25 lines
488 B
Makefile
25 lines
488 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
|
|
|
|
PLIST_FILES= bin/dbeacon
|
|
|
|
USE_GMAKE= yes
|
|
MAN1= dbeacon.1
|
|
|
|
USE_RC_SUBR= dbeacon
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/docs/dbeacon.1 ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|