summaryrefslogtreecommitdiff
path: root/editors/vigor/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-01-19 04:55:16 +0000
committerhubertf <hubertf@pkgsrc.org>2000-01-19 04:55:16 +0000
commit368847cb901c962ae0ab9e8800881b5061a57a02 (patch)
tree40fd00b81018191d0ab28fdd92f2e572f6df585b /editors/vigor/Makefile
parent17300458d5138335092bad8728ae3dd235c93cc0 (diff)
downloadpkgsrc-368847cb901c962ae0ab9e8800881b5061a57a02.tar.gz
Vigor is designed as a vi-compatible editor, with a little (*ahem*)
extra something thrown in. It was inspired by the January 4, 2000 storyline in the User Friendly comic. If you haven't seen it yet, check it out at http://www.userfriendly.org/ (and do so in a place you can freely laugh).
Diffstat (limited to 'editors/vigor/Makefile')
-rw-r--r--editors/vigor/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile
new file mode 100644
index 00000000000..bb233654de7
--- /dev/null
+++ b/editors/vigor/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/01/19 04:55:16 hubertf Exp $
+#
+
+DISTNAME= vigor-0.009
+CATEGORIES= editors
+MASTER_SITES= http://www.red-bean.com:8080/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.red-bean.com/~joelh/vigor/
+
+DEPENDS+= tk-8.0.*:../../x11/tk80
+
+CONFLICTS+= nvi-*
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/build
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--with-x
+# --enable-perlinterp \
+# --disable-curses \
+# --disable-db \
+# --disable-re
+CONFIGURE_ENV+= ADDCPPFLAGS=" -I${LOCALBASE}/include/tcl8.0 \
+ -I${LOCALBASE}/include/tk8.0" \
+ ADDLDFLAGS=" -L${LOCALBASE}/lib"
+
+post-build:
+ nroff -mandoc ${WRKSRC}/../docs/USD.doc/vi.man/vi.1 >${WRKSRC}/../docs/USD.doc/vi.man/vi.0
+
+.include "../../mk/bsd.pkg.mk"