aboutsummaryrefslogtreecommitdiff
path: root/net/samplicator/Makefile
blob: 9a60a3f41286e17c05cefc81293039d1fd3dbb54 (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
28
29
30
31
32
33

PORTNAME=	samplicator
DISTVERSION=	1.3.8rc1
PORTREVISION=	1
CATEGORIES=	net

MAINTAINER=	ath@heybey.org
COMMENT=	Receives UDP datagrams and redistributes them to a set of receivers

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		autoreconf

USE_GITHUB=	yes
GH_ACCOUNT=	sleinen

GNU_CONFIGURE=	yes
USE_RC_SUBR=	${PORTNAME}

PLIST_FILES=	bin/samplicate
PORTDOCS=	NEWS README

OPTIONS_DEFINE=	DOCS

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/samplicate ${STAGEDIR}${PREFIX}/bin

do-install-DOCS-on:
	${MKDIR} ${STAGEDIR}${DOCSDIR}/
	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>