1998-07-26 10:14:03 +02:00
|
|
|
# New ports collection makefile for: sidplay
|
|
|
|
# Date created: 31 October 1996
|
|
|
|
# Whom: Stefan Zehl <sec@42.org>
|
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1998-07-26 10:14:03 +02:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= sidplay
|
2003-01-22 13:06:41 +01:00
|
|
|
PORTVERSION= 1.0.9
|
1998-07-26 10:14:03 +02:00
|
|
|
CATEGORIES= audio emulators
|
2002-01-12 18:10:15 +01:00
|
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
|
|
|
|
DISTNAME= ${PORTNAME}-base-${PORTVERSION}
|
1998-07-26 10:14:03 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= sec@42.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A Commodore SID-chip emulator that plays SID music files
|
1998-07-26 10:14:03 +02:00
|
|
|
|
2000-06-29 12:51:16 +02:00
|
|
|
LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-sidplay-includes=${LOCALBASE}/include \
|
|
|
|
--with-sidplay-library=${LOCALBASE}/lib
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-base-${PORTVERSION}
|
2002-01-12 18:10:15 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-29 12:51:16 +02:00
|
|
|
|
|
|
|
post-install:
|
2003-09-24 11:37:11 +02:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon
|
1998-07-26 10:14:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|