aboutsummaryrefslogtreecommitdiff
path: root/net/kissd/Makefile
blob: 9305db157d6c065dbae47c921f5f5a5bc032669a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Ed Schouten <ed@fxq.nl>

PORTNAME=	kissd
PORTVERSION=	0.3
CATEGORIES=	net multimedia
MASTER_SITES=	http://rink.nu/downloads/projects/

MAINTAINER=	rink@FreeBSD.org
COMMENT=	Daemon for providing multimedia files to KiSS DP-50x players

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/kissd

post-patch:
	@${REINPLACE_CMD} -e '/^AM_CFLAGS/ s|-Werror||' \
		${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>