opnsense-ports/audio/libadplug/Makefile
2022-09-07 22:33:21 +02:00

31 lines
617 B
Makefile

PORTNAME= adplug
PORTVERSION= 2.3.3
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= audio
PKGNAMEPREFIX= lib
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= AdLib emulator library supporting many formats
WWW= https://adplug.github.io/
LICENSE= GPLv2
LIB_DEPENDS= libbinio.so:devel/libbinio
USES= autoreconf compiler:c++11-lang cpe libtool makeinfo pathfix \
pkgconfig
USE_CSTD= gnu89
USE_GITHUB= yes
USE_LDCONFIG= yes
CPE_VENDOR= adplug_project
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-maintainer-mode
INSTALL_TARGET= install-strip
INFO= libadplug
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>