aboutsummaryrefslogtreecommitdiff
path: root/net/dbeacon/Makefile
blob: 11e19d53decf8cda54ae23b353a5cb7a97917d2e (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
# Created by: Antonio Querubin <tony@lava.net>

PORTNAME=	dbeacon
PORTVERSION=	0.3.9.1
CATEGORIES=	net
MASTER_SITES=	https://BSDforge.com/projects/source/net/dbeacon/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Distributed multicast beacon server

LICENSE=	GPLv2+

USES=		gmake
USE_CXXSTD=	c++98

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>