diff options
author | shattered <shattered@pkgsrc.org> | 2013-11-16 07:34:24 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-11-16 07:34:24 +0000 |
commit | a5d803aedaaf41c8f1e19f5cbfa820918f6c5346 (patch) | |
tree | c4c68a3f5de305ea7540760e14722470b835f4ee /audio/libxmp | |
parent | abb674a3f4b4ffc11f54bce566218e73741b92db (diff) | |
download | pkgsrc-a5d803aedaaf41c8f1e19f5cbfa820918f6c5346.tar.gz |
Import libxmp-4.2.0 as audio/libxmp.
This is the Extended Module Player library, a part of open source module
player for UNIX distributed under the terms of the GNU GPL.
Diffstat (limited to 'audio/libxmp')
-rw-r--r-- | audio/libxmp/DESCR | 2 | ||||
-rw-r--r-- | audio/libxmp/Makefile | 23 | ||||
-rw-r--r-- | audio/libxmp/PLIST | 6 | ||||
-rw-r--r-- | audio/libxmp/buildlink3.mk | 12 | ||||
-rw-r--r-- | audio/libxmp/distinfo | 5 |
5 files changed, 48 insertions, 0 deletions
diff --git a/audio/libxmp/DESCR b/audio/libxmp/DESCR new file mode 100644 index 00000000000..3de4160a647 --- /dev/null +++ b/audio/libxmp/DESCR @@ -0,0 +1,2 @@ +This is the Extended Module Player library, a part of open source module +player for UNIX distributed under the terms of the GNU GPL. 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" diff --git a/audio/libxmp/PLIST b/audio/libxmp/PLIST new file mode 100644 index 00000000000..15dc2e2be09 --- /dev/null +++ b/audio/libxmp/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2013/11/16 07:34:24 shattered Exp $ +include/xmp.h +lib/libxmp.so +lib/libxmp.so.4 +lib/libxmp.so.${PKGVERSION} +lib/pkgconfig/libxmp.pc diff --git a/audio/libxmp/buildlink3.mk b/audio/libxmp/buildlink3.mk new file mode 100644 index 00000000000..474c3e7dd80 --- /dev/null +++ b/audio/libxmp/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2013/11/16 07:34:24 shattered Exp $ + +BUILDLINK_TREE+= libxmp + +.if !defined(LIBXMP_BUILDLINK3_MK) +LIBXMP_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libxmp+= libxmp>=4.1.5 +BUILDLINK_PKGSRCDIR.libxmp?= ../../audio/libxmp +.endif # LIBXMP_BUILDLINK3_MK + +BUILDLINK_TREE+= -libxmp diff --git a/audio/libxmp/distinfo b/audio/libxmp/distinfo new file mode 100644 index 00000000000..6fcbdbb716c --- /dev/null +++ b/audio/libxmp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/11/16 07:34:24 shattered Exp $ + +SHA1 (libxmp-4.2.0.tar.gz) = 138599f4a29f4b25c6c812b0e226e554776a77d3 +RMD160 (libxmp-4.2.0.tar.gz) = 3fe64e9d16dddd51e61ba473915ca72ad0939927 +Size (libxmp-4.2.0.tar.gz) = 862134 bytes |