2004-04-25 02:52:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.20 2004/04/25 00:52:19 snj Exp $
|
2000-11-17 09:04:42 +01:00
|
|
|
#
|
|
|
|
|
2003-01-10 18:33:53 +01:00
|
|
|
DISTNAME= autotrace-0.31.1
|
2004-01-03 19:49:33 +01:00
|
|
|
PKGREVISION= 2
|
2000-11-17 09:04:42 +01:00
|
|
|
CATEGORIES= graphics cad
|
Update to 0.29. Changes since 0.26:
version 0.29 (Fixes the lowercase/uppercase problems, fix for swf export,
new MIF and CGM export, code rearrangements)
version 0.28 (Several bugfixes, Progress bar, Cancel point, Efforts to
make libautotrace.a thread-safe, Clean up library name space (all
exported symbols have "at_" prefix), DXF, EPD and PDF export, Despeckling
filter)
version 0.27a (Fixed a compilation problem)
version 0.27 (Parts of the code were rearranged, fixed a bug in color
quantization, centerline support, Elastic Reality output, now works with
new versions of ImageMagick, swf output (via libming), dxf output was
removed because it never worked, speed up and simplification of the
fitting routine)
Should also fix bulk build failure.
2002-01-03 15:03:01 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=autotrace/}
|
2000-11-17 09:04:42 +01:00
|
|
|
|
2003-07-17 23:31:04 +02:00
|
|
|
MAINTAINER= rh@NetBSD.org
|
Update to 0.29. Changes since 0.26:
version 0.29 (Fixes the lowercase/uppercase problems, fix for swf export,
new MIF and CGM export, code rearrangements)
version 0.28 (Several bugfixes, Progress bar, Cancel point, Efforts to
make libautotrace.a thread-safe, Clean up library name space (all
exported symbols have "at_" prefix), DXF, EPD and PDF export, Despeckling
filter)
version 0.27a (Fixed a compilation problem)
version 0.27 (Parts of the code were rearranged, fixed a bug in color
quantization, centerline support, Elastic Reality output, now works with
new versions of ImageMagick, swf output (via libming), dxf output was
removed because it never worked, speed up and simplification of the
fitting routine)
Should also fix bulk build failure.
2002-01-03 15:03:01 +01:00
|
|
|
HOMEPAGE= http://autotrace.sourceforge.net/
|
2003-07-21 18:45:54 +02:00
|
|
|
COMMENT= Convert bitmap to vector graphics
|
2000-11-17 09:04:42 +01:00
|
|
|
|
2004-04-25 02:52:19 +02:00
|
|
|
USE_BUILDLINK3= YES
|
2002-09-22 01:53:13 +02:00
|
|
|
USE_X11= YES
|
2001-08-30 00:41:00 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2004-01-26 13:43:21 +01:00
|
|
|
USE_LIBTOOL= YES
|
2000-11-17 09:04:42 +01:00
|
|
|
|
2004-02-14 19:26:26 +01:00
|
|
|
PKGCONFIG_OVERRIDE= autotrace.pc.in
|
2003-01-10 18:33:53 +01:00
|
|
|
|
2004-04-25 02:52:19 +02:00
|
|
|
.include "../../graphics/ImageMagick/buildlink3.mk"
|
2000-11-17 09:04:42 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|