openbsd-ports/audio/libmodplug/Makefile
jeremy 37da804a39 This is a library based on the mod rendering code from ModPlug, a
popular Windows mod player written by Olivier Lapicque, found at
http://www.modplug.com.

Based on a diff from Alexandr Shadchin.

OK jakemsr@
2010-11-07 00:44:09 +00:00

30 lines
697 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/11/07 00:44:09 jeremy Exp $
COMMENT = library for decoding mod-like music formats
DISTNAME = libmodplug-0.8.8.1
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}
.include <bsd.port.mk>