blob: 38493394aa37b7f1834bc0b2e2fbd067174840e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.3 2000/02/06 03:34:48 wiz Exp $
DISTNAME= libmikmod-3.1.7
CATEGORIES= audio
# The files at multimania.com seem to be corrupted
MASTER_SITES= http://mikmod.darkorb.net/libmikmod/ \
http://www.multimania.com/miodrag/mikmod/libmikmod/
MAINTAINER= kuebart@mathematik.uni-ulm.de
HOMEPAGE= http://www.multimania.com/miodrag/mikmod/
DEPENDS+= esound-0.2.*:../../audio/esound
USE_LIBTOOL=
USE_GMAKE=
GNU_CONFIGURE=
pre-build:
${RM} -f ${WRKSRC}/docs/mikmod.info*
.include "../../mk/bsd.pkg.mk"
|