summaryrefslogtreecommitdiff
path: root/net/tn5250/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tn5250/Makefile')
-rw-r--r--net/tn5250/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile
new file mode 100644
index 00000000000..f182523fa28
--- /dev/null
+++ b/net/tn5250/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/08/04 17:00:26 rh Exp $
+#
+
+DISTNAME= tn5250-0.12.51
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.blarg.net/users/mmadore/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.blarg.net/~mmadore/5250.html
+
+DEPENDS+= ncurses-4.2:../../devel/ncurses
+
+GNU_CONFIGURE= YES
+CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include"
+
+.include "../../mk/bsd.pkg.mk"