openbsd-ports/audio/libmodplug/Makefile
jasper 026115932c - Security update of libmodplug to 0.8.8.2
SA44054: libmodplug "CSoundFile::ReadS3M()" Buffer Overflow Vulnerability
2011-04-09 07:43:53 +00:00

31 lines
633 B
Makefile

# $OpenBSD: Makefile,v 1.3 2011/04/09 07:43:53 jasper Exp $
COMMENT = library for decoding mod-like music formats
DISTNAME = libmodplug-0.8.8.2
CATEGORIES = audio
HOMEPAGE = http://modplug-xmms.sourceforge.net/
SHARED_LIBS += modplug 0.0 # .1.0
# Public domain
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/}
WANTLIB += m stdc++
USE_LIBTOOL = Yes
NO_REGRESS = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--disable-silent-rules
.include <bsd.port.mk>