summaryrefslogtreecommitdiff
path: root/audio/libxmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libxmp/Makefile')
-rw-r--r--audio/libxmp/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/libxmp/Makefile b/audio/libxmp/Makefile
new file mode 100644
index 00000000000..09b46553410
--- /dev/null
+++ b/audio/libxmp/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2013/11/16 07:34:24 shattered Exp $
+
+DISTNAME= libxmp-4.2.0
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmp/}
+
+MAINTAINER= rxg@NetBSD.org
+HOMEPAGE= http://xmp.sourceforge.net/
+COMMENT= Player for many different Amiga and PC module formats
+LICENSE= gnu-gpl-v2
+
+MAKE_JOBS_SAFE= no
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
+
+USE_TOOLS+= gmake pkg-config
+
+INSTALLATION_DIRS= bin lib
+
+INSTALL_MAKE_FLAGS+= INSTALL=${INSTALL:Q}
+
+.include "../../mk/bsd.pkg.mk"