1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/kissd/Makefile
John Marino b90f611b9c net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted.  mediatomb and spread also fail plist-checks
but they weren't fixed.

approved by:	PTHREAD blanket
2015-03-25 23:51:05 +00:00

21 lines
420 B
Makefile

# Created by: 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= 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>