diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index 669a607d71c2..4d3fe42c251c 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -1,30 +1,32 @@ # Created by: Emanuel Haupt 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 libtool makeinfo pathfix \ +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