1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/audio/libmodplug/Makefile
Emanuel Haupt 7c95c66b16 Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
2008-07-07 13:41:57 +00:00

31 lines
655 B
Makefile

# New ports collection makefile for: libmodplug
# Date created: 3 February 2004
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= libmodplug
PORTVERSION= 0.8.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= modplug-xmms
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= ModPlug mod-like music shared libraries
USE_LDCONFIG= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
MAKE_ENV+= CXX="${CXX}"
post-patch:
@${REINPLACE_CMD} -e '/^CXXFLAGS=/d' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>