1998-07-26 08:14:03 +00:00
|
|
|
# New ports collection makefile for: sidplay
|
|
|
|
# Date created: 31 October 1996
|
|
|
|
# Whom: Stefan Zehl <sec@42.org>
|
|
|
|
#
|
1999-08-25 04:36:31 +00:00
|
|
|
# $FreeBSD$
|
1998-07-26 08:14:03 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= sidplay
|
2003-01-22 12:06:41 +00:00
|
|
|
PORTVERSION= 1.0.9
|
1998-07-26 08:14:03 +00:00
|
|
|
CATEGORIES= audio emulators
|
2002-01-12 17:10:15 +00:00
|
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
|
|
|
|
DISTNAME= ${PORTNAME}-base-${PORTVERSION}
|
1998-07-26 08:14:03 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= sec@42.org
|
|
|
|
|
2000-06-29 10:51:16 +00: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 17:10:15 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-29 10:51:16 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon
|
1998-07-26 08:14:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|