2013-08-31 01:01:05 +02:00
|
|
|
# Created by: Anders Nordby <anders@fix.no>
|
2000-09-18 00:00:27 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fcplay
|
|
|
|
PORTVERSION= 0.0.1
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 2
|
2000-09-18 00:00:27 +02:00
|
|
|
CATEGORIES= audio
|
2001-04-30 14:45:12 +02:00
|
|
|
MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \
|
2002-03-15 01:31:54 +01:00
|
|
|
http://atreides.freenix.no/~anders/
|
2000-09-18 00:00:27 +02:00
|
|
|
|
2014-06-11 20:55:29 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Future Composer Reference Player
|
2000-09-18 00:00:27 +02:00
|
|
|
|
2011-05-19 20:25:58 +02:00
|
|
|
LICENSE= GPLv2
|
2015-11-09 21:49:07 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-05-19 20:25:58 +02:00
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libsidplay.so:audio/libsidplay
|
2014-02-08 22:23:47 +01:00
|
|
|
|
2014-07-28 16:03:36 +02:00
|
|
|
USES= gmake tar:tgz
|
2000-09-18 00:00:27 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-01-02 16:25:39 +01:00
|
|
|
CXXFLAGS+= -I${LOCALBASE}/include
|
2004-02-08 08:20:01 +01:00
|
|
|
PORTDOCS= ABOUT POINTER
|
|
|
|
PLIST_FILES= bin/fcplay
|
2003-06-05 00:43:38 +02:00
|
|
|
|
2014-02-08 22:23:47 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2003-05-18 13:51:17 +02:00
|
|
|
post-patch:
|
|
|
|
.for f in configure Config.h.in
|
|
|
|
@${REINPLACE_CMD} -e "s@machine/soundcard\.h@sys/soundcard\.h@g; \
|
|
|
|
s@HAVE_MACHINE_SOUNDCARD_H@HAVE_SYS_SOUNDCARD_H@g" \
|
|
|
|
${WRKSRC}/${f}
|
|
|
|
.endfor
|
|
|
|
|
2001-01-02 16:25:39 +01:00
|
|
|
do-install:
|
2014-02-08 22:23:47 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fcplay ${STAGEDIR}${PREFIX}/bin
|
2015-11-09 21:49:07 +01:00
|
|
|
|
|
|
|
do-install-DOCS-on:
|
2014-02-08 22:23:47 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2014-07-28 16:03:36 +02:00
|
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
2000-09-18 00:00:27 +02:00
|
|
|
|
2004-02-08 08:20:01 +01:00
|
|
|
.include <bsd.port.mk>
|