openbsd-ports/audio/rtunes/Makefile
mbalmer d842f33fbe Update to rtunes-0.5 which fixes a critical bug that would let rtunes
coredump when the local hostname could not be resolved.

ok mglocker
2007-02-04 08:58:13 +00:00

31 lines
812 B
Makefile

# $OpenBSD: Makefile,v 1.3 2007/02/04 08:58:13 mbalmer Exp $
COMMENT= "Streams audio to Apple AirPort Express device"
DISTNAME= rtunes-0.5
CATEGORIES= audio net
MASTER_SITES= http://www.nazgul.ch/dev/
HOMEPAGE= http://www.nazgul.ch/dev.html
MAINTAINER= Marcus Glocker <marcus@nazgul.ch>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rtunes/rtunes ${PREFIX}/bin/rtunes
${INSTALL_MAN} ${WRKSRC}/rtunes/rtunes.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/rtunes/rtunes.conf.5 ${PREFIX}/man/man5
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rtunes
${INSTALL_DATA} ${WRKSRC}/rtunes/rtunes.conf \
${PREFIX}/share/examples/rtunes
.include <bsd.port.mk>