blob: af0d742b0277e164f49f71bc51cd3a7a0559de4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.5 2000/04/02 16:07:04 pooka Exp $
DISTNAME= libmikmod-3.1.9
CATEGORIES= audio
MASTER_SITES= http://mikmod.darkorb.net/libmikmod/
MAINTAINER= kuebart@mathematik.uni-ulm.de
HOMEPAGE= http://mikmod.darkorb.net/
DEPENDS+= esound-0.2.*:../../audio/esound
USE_LIBTOOL= YES
USE_GMAKE= YES
USE_GTEXINFO= YES
GNU_CONFIGURE= YES
pre-build:
${RM} -f ${WRKSRC}/docs/mikmod.info*
.include "../../mk/bsd.pkg.mk"
|