freebsd-ports/graphics/potrace/Makefile
Steve Wills 040b4c726b graphics/potrace: Update to 1.16
PR:		240666
Submitted by:	Piotr Smyrak <ps.ports@smyrak.com> (maintainer)
2019-09-23 21:08:57 +00:00

26 lines
542 B
Makefile

# Created by: Piotr Smyrak <smyru@heron.pl>
# $FreeBSD$
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
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 <bsd.port.mk>