1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/kissd/Makefile
Rink Springer f1be30e969 Bump version from 0.1 to 0.3 - this fixes at least one critical bug and adds
some neat features to boot :-)
Reviewed by:		arved
Approved by:		arved
2008-08-01 09:19:52 +00:00

27 lines
592 B
Makefile

# New ports collection makefile for: kissd
# Date created: 25 Aug 2005
# Whom: Ed Schouten <ed@fxq.nl>
#
# $FreeBSD$
#
PORTNAME= kissd
PORTVERSION= 0.3
CATEGORIES= net multimedia
MASTER_SITES= http://rink.nu/downloads/projects/
MAINTAINER= rink@FreeBSD.org
COMMENT= A daemon for providing multimedia files to KiSS DP-50x players
GNU_CONFIGURE= yes
PLIST_FILES= bin/kissd
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^AM_CFLAGS/ s|-Werror|${PTHREAD_CFLAGS}|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>