pkgsrc/audio/xmp/Makefile
2013-02-09 22:11:28 +00:00

30 lines
745 B
Makefile

# $NetBSD: Makefile,v 1.37 2013/02/09 22:11:34 ryoon Exp $
DISTNAME= xmp-3.4.1
PKGREVISION= 7
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
EGDIR= ${PREFIX}/share/examples/xmp
CONF_FILES= ${EGDIR}/modules.conf ${PKG_SYSCONFDIR}/xmp/modules.conf
CONF_FILES+= ${EGDIR}/xmp.conf ${PKG_SYSCONFDIR}/xmp/xmp.conf
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${EGDIR}
INSTALL_MAKE_FLAGS+= INSTALL=${INSTALL:Q}
.include "options.mk"
.include "../../mk/bsd.pkg.mk"