mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
25 lines
451 B
Makefile
25 lines
451 B
Makefile
COMMENT = library for decoding mod-like music formats
|
|
|
|
DISTNAME = libmodplug-0.8.9.0
|
|
CATEGORIES = audio
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = https://modplug-xmms.sourceforge.net/
|
|
|
|
SHARED_LIBS += modplug 1.0 # 1.0
|
|
|
|
# Public domain
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = ${SITE_SOURCEFORGE:=modplug-xmms/}
|
|
|
|
WANTLIB += m ${COMPILER_LIBCXX}
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
NO_TEST = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|