diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:03:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:03:36 +0000 |
commit | 56bb0d9226336864bc8f31a9e3e4b8a5af51118d (patch) | |
tree | 238d9de75dc70b5b52865ba2242eff2ba2180bab /audio | |
parent | c4a33cb139aadc420d2e6eac37794d0fa58e7d67 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fcplay/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/fcplay/Makefile b/audio/fcplay/Makefile index ebfd800af622..c2146f1dbbfd 100644 --- a/audio/fcplay/Makefile +++ b/audio/fcplay/Makefile @@ -7,16 +7,15 @@ PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \ http://atreides.freenix.no/~anders/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Future Composer Reference Player LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay +LIB_DEPENDS= libsidplay.so:${PORTSDIR}/audio/libsidplay -USES= gmake +USES= gmake tar:tgz GNU_CONFIGURE= yes CXXFLAGS+= -I${LOCALBASE}/include PORTDOCS= ABOUT POINTER @@ -24,8 +23,6 @@ PLIST_FILES= bin/fcplay OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: .for f in configure Config.h.in @${REINPLACE_CMD} -e "s@machine/soundcard\.h@sys/soundcard\.h@g; \ @@ -36,6 +33,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fcplay ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> |