aboutsummaryrefslogtreecommitdiff
path: root/audio/libsidplay2/Makefile
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-11-18 05:08:19 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-11-18 05:08:19 +0000
commit728184c6e1679c39f9779a6f6b793026355d210c (patch)
tree5ab029e6fe3c361acc89f30828244c32d82bc490 /audio/libsidplay2/Makefile
parent98f0dd74b67761ebb3558032edd4f53a43248ee0 (diff)
Notes
Diffstat (limited to 'audio/libsidplay2/Makefile')
-rw-r--r--audio/libsidplay2/Makefile30
1 files changed, 16 insertions, 14 deletions
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile
index ea90f96d6863..e5e21fe2b54c 100644
--- a/audio/libsidplay2/Makefile
+++ b/audio/libsidplay2/Makefile
@@ -1,25 +1,27 @@
-# New ports collection makefile for: libsidplay
-# Date created: 31 October 1996
-# Whom: Stefan Zehl <sec@42.org>
+# New ports collection makefile for: libsidplay2
+# Date created: 6 October 2002
+# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
#
-PORTNAME= libsidplay
-PORTVERSION= 1.36.57
+PORTNAME= libsidplay2
+PORTVERSION= 2.0.7
CATEGORIES= audio emulators
-MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= sidplay2
+DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION}-5
EXTRACT_SUFX= .tgz
-MAINTAINER= sec@42.org
+MAINTAINER= ports@FreeBSD.org
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
+LIB_DEPENDS= resid.2:${PORTSDIR}/audio/resid
-.include <bsd.port.pre.mk>
+WRKSRC= ${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION}
-.if (${ARCH} == i386)
-CONFIGURE_ARGS+= --enable-optendian --enable-optfixpoint
-.endif
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>