31 lines
687 B
Makefile
31 lines
687 B
Makefile
|
COMMENT= Streams audio to Apple AirPort Express device
|
||
|
|
||
|
DISTNAME= rtunes-0.8
|
||
|
REVISION= 2
|
||
|
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= Yes
|
||
|
|
||
|
WANTLIB= c crypto
|
||
|
|
||
|
MAKE_FLAGS= -DNOPIC -DNOPROFILE
|
||
|
FAKE_FLAGS= BINDIR=${PREFIX}/bin LIBDIR=${PREFIX}/lib \
|
||
|
MANDIR=${PREFIX}/man/man
|
||
|
|
||
|
NO_TEST= Yes
|
||
|
|
||
|
post-install:
|
||
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rtunes
|
||
|
${INSTALL_DATA} ${WRKSRC}/rtunes/rtunes.conf \
|
||
|
${PREFIX}/share/examples/rtunes
|
||
|
${INSTALL_DATA} ${WRKSRC}/librtunes/README \
|
||
|
${PREFIX}/share/examples/rtunes
|
||
|
|
||
|
.include <bsd.port.mk>
|