diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:42:28 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:18:08 +0000 |
commit | 4c633b7db6f447ec2ca1d7c67b1dea3a4e053e96 (patch) | |
tree | a1750140a11e719a395f092a4f60259776f788da | |
parent | 1351a381da3f7ec0bac2c4addd8509b2baaa9e52 (diff) | |
download | ports-4c633b7db6f447ec2ca1d7c67b1dea3a4e053e96.tar.gz ports-4c633b7db6f447ec2ca1d7c67b1dea3a4e053e96.zip |
graphics/libcaca: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/libcaca/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile index a9a9c2593b15..5c922606247c 100644 --- a/graphics/libcaca/Makefile +++ b/graphics/libcaca/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/libcaca/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Graphics library that outputs text instead of pixels -USES= libtool ncurses pathfix pkgconfig +USES= cpe libtool ncurses pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-doc \ @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --disable-doc \ --disable-zzuf MAKE_ENV= V=1 INSTALL_TARGET= install-strip +CPE_VENDOR= libcaca_project DOCS= AUTHORS COPYING COPYING.GPL COPYING.LGPL ChangeLog NEWS \ NOTES README THANKS |