summaryrefslogtreecommitdiff
path: root/audio/libsidplay/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-29 10:17:09 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-29 10:17:09 +0000
commit5384534e825521fa574c7273ff80c039c393df83 (patch)
treee9a5aac005e894c9bca3238319352572af6d05e5 /audio/libsidplay/Makefile
parentPrevent a DoS from an escape sequence that can cause the eterm to use up all (diff)
Reflect new PORTNAME after sidplay --> libsidplay repo copy. Also update
to 1.36.40. PR: 19515 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=29972
Diffstat (limited to 'audio/libsidplay/Makefile')
-rw-r--r--audio/libsidplay/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile
index c76cadc7a9ca..ed469e894951 100644
--- a/audio/libsidplay/Makefile
+++ b/audio/libsidplay/Makefile
@@ -1,21 +1,21 @@
-# New ports collection makefile for: sidplay
+# New ports collection makefile for: libsidplay
# Date created: 31 October 1996
# Whom: Stefan Zehl <sec@42.org>
#
# $FreeBSD$
#
-PORTNAME= sidplay
-PORTVERSION= 1.36.38
+PORTNAME= libsidplay
+PORTVERSION= 1.36.40
CATEGORIES= audio emulators
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
-DISTNAME= lib${PORTNAME}-${PORTVERSION:S/./_/g}
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}
EXTRACT_SUFX= .tgz
MAINTAINER= sec@42.org
-WRKSRC= ${WRKDIR}/lib${PKGNAME}
-USE_XLIB= yes
+WRKSRC= ${WRKDIR}/${PKGNAME}
+#USE_XLIB= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes