aboutsummaryrefslogtreecommitdiff
path: root/net/samplicator/Makefile
blob: a9ee256a58afebf72a52cfa4bb9e68bcaf04f349 (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
# $FreeBSD$

PORTNAME=	samplicator
PORTVERSION=	1.3.7.b6
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
MASTER_SITE_SUBDIR=	samplicator
DISTNAME=	samplicator-1.3.7-beta6

MAINTAINER=	me@falz.net
COMMENT=	Receives UDP datagrams and redistributes them to a set of receivers

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/samplicate
PORTDOCS=	NEWS README

NO_STAGE=	yes
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/samplicate ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}/
	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif

.include <bsd.port.mk>