18 lines
464 B
Makefile
18 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/12/30 20:03:00 cjep Exp $
|
|
#
|
|
|
|
DISTNAME= libmodplug-0.7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/}
|
|
|
|
MAINTAINER= ben@NetBSD.org
|
|
HOMEPAGE= http://modplug-xmms.sourceforge.net/
|
|
COMMENT= Library for decoding mod-like music formats
|
|
|
|
USE_BUILDLINK2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../mk/ossaudio.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|