aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-08 21:23:47 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-08 21:23:47 +0000
commitef1bf9597207eb1f0d40688c361e5cbece87c445 (patch)
treea72c36977b2c76119fa314b34d87aedf0bdf2af8 /audio
parent069a29a27bf8fd1d77a83e25ae20df8dfc4ec3da (diff)
downloadports-ef1bf9597207eb1f0d40688c361e5cbece87c445.tar.gz
ports-ef1bf9597207eb1f0d40688c361e5cbece87c445.zip
Support staging.
Notes
Notes: svn path=/head/; revision=343391
Diffstat (limited to 'audio')
-rw-r--r--audio/fcplay/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/audio/fcplay/Makefile b/audio/fcplay/Makefile
index 1b3938e2e121..1cb3c16a563a 100644
--- a/audio/fcplay/Makefile
+++ b/audio/fcplay/Makefile
@@ -12,17 +12,18 @@ EXTRACT_SUFX= .tgz
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Future Composer Reference Player
-BUILD_DEPENDS= ${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay
-
LICENSE= GPLv2
+BUILD_DEPENDS= ${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay
+
USES= gmake
-NO_STAGE= yes
GNU_CONFIGURE= yes
CXXFLAGS+= -I${LOCALBASE}/include
PORTDOCS= ABOUT POINTER
PLIST_FILES= bin/fcplay
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-patch:
@@ -33,10 +34,8 @@ post-patch:
.endfor
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/fcplay ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/fcplay ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>