diff options
author | rh <rh> | 2000-11-17 08:04:42 +0000 |
---|---|---|
committer | rh <rh> | 2000-11-17 08:04:42 +0000 |
commit | 528437de628d103501e94646bc7d9f22158b341a (patch) | |
tree | 4e95be290ba1278d8620a5a56bc47aff50c25ede /graphics/autotrace/Makefile | |
parent | 4ad594ecb13fd454c39575bfc7b0eb7557be6a8f (diff) | |
download | pkgsrc-528437de628d103501e94646bc7d9f22158b341a.tar.gz |
Initial import of autotrace-0.26, a program that converts bitmap graphics
to vector graphics.
Diffstat (limited to 'graphics/autotrace/Makefile')
-rw-r--r-- | graphics/autotrace/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile new file mode 100644 index 00000000000..d9a80b13bc1 --- /dev/null +++ b/graphics/autotrace/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/11/17 08:04:42 rh Exp $ +# + +DISTNAME= autotrace-0.26 +CATEGORIES= graphics cad +MASTER_SITES= http://homepages.go.com/homepages/m/a/r/martweb/ \ + ftp://autotrace.sourceforge.net/pub/autotrace/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://homepages.go.com/homepages/m/a/r/martweb/AutoTrace.htm + +DEPENDS+= ImageMagick>=5.2.2:../../graphics/ImageMagick + +GNU_CONFIGURE= YES +USE_X11= YES + +.include "../../mk/bsd.pkg.mk" |