1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/audio/libmodplug/Makefile
2021-04-06 16:31:07 +02:00

25 lines
543 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
PORTNAME= libmodplug
PORTVERSION= 0.8.9.0
CATEGORIES= audio
MASTER_SITES= SF/modplug-xmms/${PORTNAME}/${PORTVERSION} LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= ModPlug mod-like music shared libraries
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe pathfix pkgconfig libtool
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPE_VENDOR= konstanty_bialkowski
post-patch:
@${REINPLACE_CMD} -e '/^CXXFLAGS=/d' \
${WRKSRC}/configure
.include <bsd.port.mk>