1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/audio/libadplug/Makefile
Emanuel Haupt 4ab6c18716 */*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf remove GNU_CONFIGURE_MANPREFIX from my ports.
2024-04-12 21:35:43 +02:00

32 lines
632 B
Makefile

PORTNAME= adplug
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 2.3.3
PORTREVISION= 1
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
CPE_VENDOR= adplug_project
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>