diff options
Diffstat (limited to 'audio/fcplay/Makefile')
-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> |