blob: dfd510845a2fee2b6859fe94be830eaf7c883b5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: dbeacon
# Date created: July 19, 2009
# Whom: 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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/dbeacon.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>
|