mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
This port requires the libsidplay library, not just a header file for
build only.
This commit is contained in:
parent
c4a33cb139
commit
56bb0d9226
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363155
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user