freebsd-ports/audio/libmodplug/Makefile
Emanuel Haupt f7a4dd71bb Update to 0.8.9.0. This is a bugfix release (shared library version was not
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)
2017-04-28 09:04:49 +00:00

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>