summaryrefslogtreecommitdiff
path: root/audio/xmp/Makefile
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2009-01-09 20:43:53 +0000
committershattered <shattered@pkgsrc.org>2009-01-09 20:43:53 +0000
commit9dd267ac854ff23d205f9b496b89a1a79477d026 (patch)
treead9f23376f0461c2337d6c2eddee628e75433872 /audio/xmp/Makefile
parent4e9777c612b3ddf705d490016ad7072eae0c1ac0 (diff)
downloadpkgsrc-9dd267ac854ff23d205f9b496b89a1a79477d026.tar.gz
Update to 2.5.1, from PR 38499. May also solve PR 38712.
6 years passed since 2.0.4, too much changes happened to list here. Most of them seem to fix various playback accuracy issues. Many patches were merged upstream. Major change -- X11 frontend (xxmp) is missing, there's nothing in change log about that. pkgsrc change: pulseaudio support (default on). OK by wiz@.
Diffstat (limited to 'audio/xmp/Makefile')
-rw-r--r--audio/xmp/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index 290feec6a5f..9e9f6d60be4 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2007/01/26 18:23:30 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2009/01/09 20:43:53 shattered Exp $
-DISTNAME= xmp-2.0.4
-PKGREVISION= 3
+DISTNAME= xmp-2.5.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmp/}
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://xmp.sourceforge.net/
@@ -14,7 +12,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-alsa \
--disable-oss \
--disable-xmms \
- --sysconfdir=${PKG_SYSCONFDIR:Q}
+ --sysconfdir=${PKG_SYSCONFDIR}
USE_TOOLS+= gmake
@@ -22,6 +20,7 @@ EGDIR= ${PREFIX}/share/examples/xmp
CONF_FILES= ${EGDIR}/xmp-modules.conf ${PKG_SYSCONFDIR}/xmp-modules.conf
CONF_FILES+= ${EGDIR}/xmp.conf ${PKG_SYSCONFDIR}/xmp.conf
+.include "options.mk"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"
@@ -32,10 +31,4 @@ CONF_FILES+= ${EGDIR}/xmp.conf ${PKG_SYSCONFDIR}/xmp.conf
pre-install:
${INSTALL_DATA_DIR} ${EGDIR}
-BUILDLINK_DEPMETHOD.libXt?= build
-
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"