f7a4dd71bb
bumped). The port no longer requires gmake. Changelog: - added const declarations to read only variables - fixed delete function - fixed a conversion to 24bit - fixed delete function to be array version - changed fixed valid of 36 to sizeof(reserved) MFH: 2017Q2 (blanket)
25 lines
555 B
Makefile
25 lines
555 B
Makefile
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
|
# $FreeBSD$
|
|
|
|
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>
|