summaryrefslogtreecommitdiff
path: root/cad/xchiplogo/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>1999-12-23 03:57:11 +0000
committerdmcmahill <dmcmahill>1999-12-23 03:57:11 +0000
commit7226e37c921a9eb1026d191d3ce259321f6bbafb (patch)
treef5ae11a8fa229c800b5d13a2ade0bedb8b5ef832 /cad/xchiplogo/Makefile
parenteb80f15f1b82a95c6dd4558d8a0575efc946de8a (diff)
downloadpkgsrc-7226e37c921a9eb1026d191d3ce259321f6bbafb.tar.gz
initial import of xchiplogo-19991222
note that the version number is the date when I grabbed the sources. There is no "official" version included in the sources. Xchiplogo reads an ascii bitmap file, and converts it into a magic or cif file. It is a handy program for creating logos of text or graphics for putting on VLSI chips. At the moment it accepts the B&W dithered format of XV as the input. It has got quite a few options for resizing and get- ting rid of many design rule errors that can be found in the bitmap file. It has a smoothing, before and after an error correction step. The error correction step is pretty simple ,don't expect miracles, but it works quite fine and spe- cially for text gives a reasonable output.
Diffstat (limited to 'cad/xchiplogo/Makefile')
-rw-r--r--cad/xchiplogo/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/cad/xchiplogo/Makefile b/cad/xchiplogo/Makefile
new file mode 100644
index 00000000000..c9ae200cde3
--- /dev/null
+++ b/cad/xchiplogo/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/23 03:57:11 dmcmahill Exp $
+#
+
+DISTNAME= xchiplogo
+PKGNAME= xchiplogo-19991222
+CATEGORIES= cad
+MASTER_SITES= http://www.eleceng.adelaide.edu.au/Personal/moini/
+
+MAINTAINER= dmcmahill@netbsd.org
+HOMEPAGE= http://www.eleceng.adelaide.edu.au/Personal/moini/chiplogo.html
+
+DEPENDS+= xforms-*:../../x11/xforms
+DEPENDS+= xpm-*:../../graphics/xpm
+
+USE_X11= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xchiplogo ${LOCALBASE}/bin/xchiplogo
+
+.include "../../mk/bsd.pkg.mk"