2013-07-08 20:42:15 +02:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
2004-05-28 20:52:29 +02:00
|
|
|
|
|
|
|
PORTNAME= libmodplug
|
2017-04-28 11:04:49 +02:00
|
|
|
PORTVERSION= 0.8.9.0
|
2004-05-28 20:52:29 +02:00
|
|
|
CATEGORIES= audio
|
2015-01-06 10:36:21 +01:00
|
|
|
MASTER_SITES= SF/modplug-xmms/${PORTNAME}/${PORTVERSION} LOCAL/ehaupt
|
2004-05-28 20:52:29 +02:00
|
|
|
|
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
|
|
|
|
|
2016-12-17 12:11:37 +01:00
|
|
|
LICENSE= PD
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2017-04-28 11:04:49 +02:00
|
|
|
USES= cpe pathfix pkgconfig libtool
|
2014-08-30 14:05:34 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2006-06-29 19:52:29 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-04-17 13:46:03 +02:00
|
|
|
CPE_VENDOR= konstanty_bialkowski
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|