freebsd-ports/audio/libadplug/Makefile
Emanuel Haupt 319b2de7f0 */*: Simply future removal of GNU_CONFIGURE_MANPREFIX
Simplify the future removal of GNU_CONFIGURE_MANPREFIX after the
manprefix migration is complete. The current placement of
GNU_CONFIGURE_MANPREFIX will not result in consecutive blank lines or
comments when lines containing GNU_CONFIGURE_MANPREFIX are removed in
batches.

Notified by:	mat
2024-01-21 19:08:41 +01:00

32 lines
673 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
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --enable-maintainer-mode
INSTALL_TARGET= install-strip
INFO= libadplug
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>