Merge from vendor branch TNF:
[pkgsrc.git] / audio / mikmod / Makefile
1 # $NetBSD: Makefile,v 1.20 2000/04/02 16:32:34 pooka Exp $
2 #
3
4 DISTNAME=       mikmod-3.1.6-a
5 PKGNAME=        mikmod-3.1.6a
6 CATEGORIES=     audio
7 MASTER_SITES=   http://mikmod.darkorb.net/mikmod/
8
9 MAINTAINER=     mycroft@NetBSD.ORG
10 HOMEPAGE=       http://mikmod.darkorb.net/
11
12 DEPENDS+=       ncurses>=4.2:../../devel/ncurses
13 DEPENDS+=       libmikmod>=3.1.9:../../audio/libmikmod
14
15 USE_GMAKE=      yes
16 GNU_CONFIGURE=  yes
17
18 CPPFLAGS+=      -I${LOCALBASE}/include
19
20 CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}"
21
22 .include "../../mk/bsd.pkg.mk"