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.
This commit is contained in:
parent
f0aea48ab7
commit
7f656e501f
5 changed files with 48 additions and 0 deletions
2
audio/libxmp/DESCR
Normal file
2
audio/libxmp/DESCR
Normal file
|
@ -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.
|
23
audio/libxmp/Makefile
Normal file
23
audio/libxmp/Makefile
Normal file
|
@ -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"
|
6
audio/libxmp/PLIST
Normal file
6
audio/libxmp/PLIST
Normal file
|
@ -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
|
12
audio/libxmp/buildlink3.mk
Normal file
12
audio/libxmp/buildlink3.mk
Normal file
|
@ -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
|
5
audio/libxmp/distinfo
Normal file
5
audio/libxmp/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue