forked from Lainports/opnsense-ports
31 lines
591 B
Makefile
31 lines
591 B
Makefile
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= adplug
|
|
PORTVERSION= 2.3.1
|
|
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 libtool makeinfo pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
USE_CSTD= gnu89
|
|
|
|
INFO= libadplug
|
|
|
|
CONFIGURE_ARGS+= --enable-maintainer-mode
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|