diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index b3a1e1d56d58..85f48a370b28 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -1,20 +1,24 @@ # Created by: Radim Kolar PORTNAME= advancecomp PORTVERSION= 1.23 CATEGORIES= archivers MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files LICENSE= GPLv3 LIB_DEPENDS= libzopfli.so:archivers/zopfli +USES= cpe + +CPE_VENDOR= advancedmame + GNU_CONFIGURE= yes MAKE_ARGS= zopfli_SOURCES="" am__objects_3="" CPPFLAGS+= -I${LOCALBASE}/include/zopfli LDFLAGS+= -L${LOCALBASE}/lib -lzopfli .include