pkgsrc/audio/libmikmod/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

42 lines
938 B
Makefile

# $NetBSD: Makefile,v 1.32 2004/10/03 00:13:07 tv Exp $
DISTNAME= libmikmod-3.1.11
PKGNAME= libmikmod-3.1.11.1
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://mikmod.raphnet.net/files/
PATCHFILES= libmikmod-3.1.11-a.diff
PATCH_SITES= ${MASTER_SITES}
PATCH_DIST_STRIP= -p1
MAINTAINER= kuebart@mathematik.uni-ulm.de
HOMEPAGE= http://mikmod.raphnet.net/
COMMENT= MikMod Sound Library
USE_GNU_TOOLS+= make
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
USE_BUILDLINK3= yes
USE_MAKEINFO= yes
INFO_FILES= mikmod.info
CONFIGURE_ARGS+= --disable-threads
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_ESOUND
.if defined(USE_ESOUND) && !empty(USE_ESOUND:M[Yy][Ee][Ss])
.include "../../audio/esound/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-esd
.endif
pre-build:
${RM} -f ${WRKSRC}/docs/mikmod.info*
.if defined(USE_OSS)
. include "../../mk/ossaudio.buildlink3.mk"
.endif
.include "../../mk/bsd.pkg.mk"