blob: 6a1998ea8e6b58b6ca3b9f97e5b94c837cedb681 (
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.1.1.1 1999/12/10 01:33:27 hubertf 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.8:../../audio/esound
USE_LIBTOOL=
USE_GMAKE=
GNU_CONFIGURE=
pre-build:
${RM} -f ${WRKSRC}/docs/mikmod.info*
.include "../../mk/bsd.pkg.mk"
|