1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/audio/libmodplug/Makefile
Dmitry Marakasov 89f9adda31 - Add CPE info
Approved by:	portmgr blanket
2015-04-17 11:46:03 +00:00

24 lines
532 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= libmodplug
PORTVERSION= 0.8.8.5
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/modplug-xmms/${PORTNAME}/${PORTVERSION} LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= ModPlug mod-like music shared libraries
USES= cpe gmake 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>