summaryrefslogtreecommitdiff
path: root/audio/xmp/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-12-28 01:25:40 +0000
committerhubertf <hubertf@pkgsrc.org>2000-12-28 01:25:40 +0000
commit89d351ad30d67727c82ff7c16c55c95206ed0fa3 (patch)
treeddfd06a4ad6fc8ba165cc10b16a26aa009c8d752 /audio/xmp/Makefile
parent901b10a6f68fa4d2e4881b29c8ddb575f3c3ec48 (diff)
downloadpkgsrc-89d351ad30d67727c82ff7c16c55c95206ed0fa3.tar.gz
Added xmp-2.0.2:
This is the Extended Module Player, an open source module player for UNIX distributed under the terms of the GNU GPL. xmp currently runs on several platforms, including ALSA, OSS (for Linux on i386 and Alpha and FreeBSD), BSD, SunOS, Solaris, S/Linux and HP-UX. On PC class machines with GUS or AWE cards xmp takes advantage of the OSS sequencer to play modules with virtually no system load. Using software mixing, xmp plays at rates up to 48 kHz in mono or stereo, 8 or 16 bits, signed or unsigned, little or big endian samples with 32 bit linear interpolation. The current version of xmp supports many Amiga and PC module formats (including packed, Powerpacked and SQSHed modules) -- currently 47 known formats. Submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 11026.
Diffstat (limited to 'audio/xmp/Makefile')
-rw-r--r--audio/xmp/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
new file mode 100644
index 00000000000..1a9df8daf16
--- /dev/null
+++ b/audio/xmp/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/28 01:25:40 hubertf Exp $
+# FreeBSD: ports/audio/xmp/Makefile,v 1.5 2000/04/08 21:24:59 mharo Exp
+#
+
+DISTNAME= xmp-2.0.2
+CATEGORIES= audio
+MASTER_SITES= http://xmp.helllabs.org/pkg/2.0.2/ \
+ http://xmp.linuxbox.com/pkg/2.0.2/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rxg@ms25.url.com.tw
+HOMEPAGE= http://xmp.helllabs.org/
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--disable-alsa \
+ --disable-oss \
+ --disable-xmms
+
+USE_X11= yes
+USE_GMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"