mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
4ab6c18716
After 9fd7ee1cdf
remove GNU_CONFIGURE_MANPREFIX from my ports.
32 lines
632 B
Makefile
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>
|