aboutsummaryrefslogtreecommitdiff
path: root/audio/sidplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sidplay/Makefile')
-rw-r--r--audio/sidplay/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile
index 6ae475b43dcc..b32f2fdf3b25 100644
--- a/audio/sidplay/Makefile
+++ b/audio/sidplay/Makefile
@@ -6,23 +6,17 @@
#
PORTNAME= sidplay
-PORTVERSION= 1.36.35
+PORTVERSION= 1.36.38
CATEGORIES= audio emulators
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
-DISTNAME= ${PORTNAME}-1_36_35
+DISTNAME= lib${PORTNAME}-${PORTVERSION:S/./_/g}
EXTRACT_SUFX= .tgz
MAINTAINER= sec@42.org
-BUILD_DEPENDS= makedepend:${PORTSDIR}/x11/XFree86
-
-GNU_CONFIGURE= YES
-
-USE_GMAKE= YES
-
-WRKSRC= ${WRKDIR}/${PKGNAME}
-
-post-install:
- strip ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon
+WRKSRC= ${WRKDIR}/lib${PKGNAME}
+USE_XLIB= yes
+USE_LIBTOOL= yes
+USE_GMAKE= yes
.include <bsd.port.mk>