svn commit: r363155 - head/audio/fcplay

Adam Weinberger adamw at FreeBSD.org
Mon Jul 28 14:03:37 UTC 2014


Author: adamw
Date: Mon Jul 28 14:03:36 2014
New Revision: 363155
URL: http://svnweb.freebsd.org/changeset/ports/363155
QAT: https://qat.redports.org/buildarchive/r363155/

Log:
  This port requires the libsidplay library, not just a header file for
  build only.

Modified:
  head/audio/fcplay/Makefile

Modified: head/audio/fcplay/Makefile
==============================================================================
--- head/audio/fcplay/Makefile	Mon Jul 28 13:58:47 2014	(r363154)
+++ head/audio/fcplay/Makefile	Mon Jul 28 14:03:36 2014	(r363155)
@@ -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 at 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 at machine/soundcard\.h at sys/soundcard\.h at 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>


More information about the svn-ports-head mailing list