mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
b90f611b9c
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
21 lines
420 B
Makefile
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>
|