diff --git a/graphics/chafa/Makefile b/graphics/chafa/Makefile index e5f2aa82aef8..d798669e86ef 100644 --- a/graphics/chafa/Makefile +++ b/graphics/chafa/Makefile @@ -1,33 +1,35 @@ # Created by: Emanuel Haupt PORTNAME= chafa PORTVERSION= 1.10.3 CATEGORIES= graphics MASTER_SITES= https://hpjansson.org/chafa/releases/ \ https://github.com/hpjansson/chafa/releases/download/${PORTVERSION}/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Character art facsimile generator LICENSE= GPLv3 LGPL3+ LICENSE_COMB= multi LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= gettext-runtime gnome libtool magick:7 tar:xz +USES= cpe gettext-runtime gnome libtool magick:7 tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR}/html +CPE_VENDOR= chafa_project + INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS post-install: ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ ${STAGEDIR}${MANPREFIX}/share/man/man1 .include