2000-09-18 00:00:27 +02:00
|
|
|
# New ports collection makefile for: xmms-fc
|
|
|
|
# Date created: 17 September 2000
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fcplay
|
|
|
|
PORTVERSION= 0.0.1
|
2001-01-09 17:43:19 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2001-10-07 04:03:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-09-18 00:00:27 +02:00
|
|
|
|
2002-11-06 23:47:41 +01:00
|
|
|
PORTCOMMENT= Future Composer Reference Player
|
|
|
|
|
2000-09-18 00:00:27 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay
|
|
|
|
|
2001-01-02 16:25:39 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2000-09-18 00:00:27 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-01-02 16:25:39 +01:00
|
|
|
CXXFLAGS+= -I${LOCALBASE}/include
|
2000-09-18 00:00:27 +02:00
|
|
|
|
2001-01-02 16:25:39 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fcplay ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/fcplay
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/ABOUT ${PREFIX}/share/doc/fcplay
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/POINTER ${PREFIX}/share/doc/fcplay
|
|
|
|
.endif
|
2000-09-18 00:00:27 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|