2004-05-28 20:52:29 +02:00
|
|
|
# New ports collection makefile for: libmodplug
|
|
|
|
# Date created: 3 February 2004
|
|
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libmodplug
|
2006-12-20 00:27:24 +01:00
|
|
|
PORTVERSION= 0.8.4
|
2004-05-28 20:52:29 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= modplug-xmms
|
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2004-05-28 20:52:29 +02:00
|
|
|
COMMENT= ModPlug mod-like music shared libraries
|
|
|
|
|
2006-12-20 00:27:24 +01:00
|
|
|
USE_GCC= 3.2+
|
2006-06-29 19:52:29 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-05-28 20:52:29 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= pkgconfig
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-05-28 20:52:29 +02:00
|
|
|
|
2006-12-20 00:27:24 +01:00
|
|
|
MAKE_ENV+= CXX="${CXX}"
|
|
|
|
|
2004-05-28 20:52:29 +02:00
|
|
|
post-patch:
|
2006-12-20 00:27:24 +01:00
|
|
|
@${REINPLACE_CMD} -e '/^CXXFLAGS=/d' \
|
|
|
|
${WRKSRC}/configure
|
2004-05-28 20:52:29 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|