xref: /mports/graphics/libpotrace/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	libpotrace
2PORTVERSION=	1.16
3CATEGORIES=	graphics
4MASTER_SITES=	SF/potrace/${PORTVERSION}
5DISTNAME=	potrace-${PORTVERSION}
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Library for transforming bitmaps into vector graphics
9WWW=		http://potrace.sourceforge.net
10
11LICENSE=	gpl2
12
13USES=		libtool
14USE_LDCONFIG=	yes
15GNU_CONFIGURE=	yes
16CONFIGURE_ARGS=	--with-libpotrace
17INSTALL_TARGET=	install-strip
18PLIST_FILES=	include/potracelib.h \
19		lib/libpotrace.a \
20		lib/libpotrace.so \
21		lib/libpotrace.so.0 \
22		lib/libpotrace.so.0.0.6
23
24OPTIONS_DEFINE=	METRIC A4
25OPTIONS_DEFAULT=METRIC A4
26A4_DESC=	Use A4 as the default papersize
27A4_CONFIGURE_ENABLE=		a4
28METRIC_DESC=	Use metric units (cm) as default
29METRIC_CONFIGURE_ENABLE=	metric
30
31.include <bsd.port.mk>
32

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026