diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile index c87352c71e27..fc84e5e93b11 100644 --- a/graphics/potrace/Makefile +++ b/graphics/potrace/Makefile @@ -1,25 +1,27 @@ # Created by: Piotr Smyrak PORTNAME= potrace DISTVERSION= 1.16 CATEGORIES= graphics MASTER_SITES= SF/potrace/${PORTVERSION} MAINTAINER= ps.ports@smyrak.com COMMENT= Transforms bitmaps into vector graphics LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe GNU_CONFIGURE= yes +CPE_VENDOR= potrace_project + OPTIONS_DEFINE= METRIC A4 DOCS OPTIONS_DEFAULT=METRIC A4 METRIC_DESC= Use metric units (cm) as default METRIC_CONFIGURE_ENABLE= metric A4_DESC= Use A4 as the default papersize A4_CONFIGURE_ENABLE= a4 .include