# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD: head/audio/libadplug/Makefile 539550 2020-06-18 15:41:32Z pkubaj $

PORTNAME=	adplug
PORTVERSION=	2.3.3
DISTVERSIONPREFIX=	${PORTNAME}-
CATEGORIES=	audio
PKGNAMEPREFIX=	lib

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	AdLib emulator library supporting many formats

LICENSE=	GPLv2

LIB_DEPENDS=	libbinio.so:devel/libbinio

USES=		autoreconf compiler:c++11-lang libtool makeinfo pathfix \
		pkgconfig
USE_CSTD=	gnu89
USE_GITHUB=	yes
USE_LDCONFIG=	yes

GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--enable-maintainer-mode

INSTALL_TARGET=	install-strip

INFO=		libadplug
PLIST_SUB+=	PORTVERSION=${PORTVERSION}

.include <bsd.port.mk>