openbsd-ports/audio/libmodplug/Makefile
2013-03-21 08:45:11 +00:00

27 lines
517 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/21 08:45:12 ajacoutot Exp $
COMMENT = library for decoding mod-like music formats
DISTNAME = libmodplug-0.8.8.2
REVISION = 1
CATEGORIES = audio
HOMEPAGE = http://modplug-xmms.sourceforge.net/
SHARED_LIBS += modplug 0.0 # .1.0
# Public domain
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/}
WANTLIB += m stdc++
NO_TEST = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
.include <bsd.port.mk>