summaryrefslogtreecommitdiff
path: root/editors/xwpe/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-06 07:58:48 +0000
committerxtraeme <xtraeme>2004-07-06 07:58:48 +0000
commit36db06b89c6b21448d7f3af603c5c5fcd3eb1035 (patch)
tree833679fb9c98e57f4a782a57ad0d94851d50fe39 /editors/xwpe/Makefile
parent9916c6764bb8bbb17c515717907bccee09e94c2b (diff)
downloadpkgsrc-36db06b89c6b21448d7f3af603c5c5fcd3eb1035.tar.gz
Initial import of xwpe-1.5.29a from pkgsrc-wip.
xwpe is a programming environment for UNIX systems writen by Fred Kruse. The user interface mimics the Borland C and Pascal family of products for MS-DOS. From within xwpe you can edit, compile, and debug programs.
Diffstat (limited to 'editors/xwpe/Makefile')
-rw-r--r--editors/xwpe/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/xwpe/Makefile b/editors/xwpe/Makefile
new file mode 100644
index 00000000000..25e099fd832
--- /dev/null
+++ b/editors/xwpe/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/06 07:58:48 xtraeme Exp $
+#
+
+DISTNAME= xwpe-1.5.29a
+CATEGORIES= editors
+MASTER_SITES= http://www.identicalsoftware.com/xwpe/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.identicalsoftware.com/xwpe/
+COMMENT= Programming environment for UNIX systems
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+USE_NCURSES= # tigetstr()
+USE_X11= yes
+
+ALL_TARGET= # defined
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"