diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-15 13:15:14 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-15 13:15:14 +0000 |
commit | 9b856eacc8f6084bcc480f5e005e685ba3014bdb (patch) | |
tree | 05dc82b06cc8ce6016e57ae929eecc35775b2f8f | |
parent | 635d3b7442e167e879390937b4ca4909043049c4 (diff) | |
download | ports-9b856eacc8f6084bcc480f5e005e685ba3014bdb.tar.gz ports-9b856eacc8f6084bcc480f5e005e685ba3014bdb.zip |
archivers/advancecomp: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | archivers/advancecomp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index b3a1e1d56d58..85f48a370b28 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -12,6 +12,10 @@ 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 |