1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/audio/libadplug/Makefile
Bernhard Froehlich 201a4542ab audio/libadplug: Add CPE information
Approved by:    portmgr (blanket)
2021-10-07 07:05:57 +00:00

33 lines
635 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
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 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>