summaryrefslogtreecommitdiff
path: root/graphics/artist/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-11-29 08:59:48 +0000
committermartti <martti@pkgsrc.org>2001-11-29 08:59:48 +0000
commit74cbaefee81e4499fb8d4665a84ecd044965f13a (patch)
treec7c25178d08b3f2f8debdaabadc0ab55cefd162e /graphics/artist/Makefile
parentaa1ea853d007e0a72c6b0e5ceddd6fdd24110cc6 (diff)
downloadpkgsrc-74cbaefee81e4499fb8d4665a84ecd044965f13a.tar.gz
Artist is an Emacs lisp package that allows you to draw lines,
rectangles and ellipses by using your mouse and/or keyboard. The shapes are made up with the ascii characters |, -, / and \. Provided by Hiramatsu Yoshifumi in pkg/13799
Diffstat (limited to 'graphics/artist/Makefile')
-rw-r--r--graphics/artist/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/artist/Makefile b/graphics/artist/Makefile
new file mode 100644
index 00000000000..c3e7042e9b7
--- /dev/null
+++ b/graphics/artist/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 08:59:48 martti Exp $
+#
+
+DISTNAME= artist-1.2.4
+CATEGORIES= graphics
+MASTER_SITES= http://www.lysator.liu.se/~tab/artist/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.lysator.liu.se/~tab/artist/
+COMMENT= Elisp drawing package with mouse and keyboard support
+
+DEPENDS+= emacs>=19.29:../../editors/emacs
+
+GNU_CONFIGURE= YES
+
+DOCS= BUGS COPYING ChangeLog INSTALL README TODO
+DOCDIR= ${PREFIX}/share/doc/artist
+
+post-install:
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/$f ${DOCDIR}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"