2011-08-18 13:56:47 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2011/08/18 17:56:47 jasper Exp $
|
2010-11-06 20:44:09 -04:00
|
|
|
|
2011-04-09 03:39:49 -04:00
|
|
|
COMMENT = library for decoding mod-like music formats
|
2010-11-06 20:44:09 -04:00
|
|
|
|
2011-04-09 03:43:53 -04:00
|
|
|
DISTNAME = libmodplug-0.8.8.2
|
2011-08-18 13:56:47 -04:00
|
|
|
REVISION = 1
|
2011-04-09 03:39:49 -04:00
|
|
|
CATEGORIES = audio
|
2010-11-06 20:44:09 -04:00
|
|
|
|
2011-04-09 03:39:49 -04:00
|
|
|
HOMEPAGE = http://modplug-xmms.sourceforge.net/
|
2010-11-06 20:44:09 -04:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2011-04-09 03:39:49 -04:00
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/}
|
2010-11-06 20:44:09 -04:00
|
|
|
|
2011-04-09 03:39:49 -04:00
|
|
|
WANTLIB += m stdc++
|
2010-11-06 20:44:09 -04:00
|
|
|
|
2011-04-09 03:39:49 -04:00
|
|
|
USE_LIBTOOL = Yes
|
2010-11-06 20:44:09 -04:00
|
|
|
|
2011-04-09 03:39:49 -04:00
|
|
|
NO_REGRESS = Yes
|
2010-11-06 20:44:09 -04:00
|
|
|
|
2011-04-09 03:39:49 -04:00
|
|
|
CONFIGURE_STYLE = gnu
|
2011-06-02 13:09:31 -04:00
|
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
|
2010-11-06 20:44:09 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|