summaryrefslogtreecommitdiff
path: root/net/tn5250/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-08-04 17:00:26 +0000
committerrh <rh@pkgsrc.org>1999-08-04 17:00:26 +0000
commitad9c945b991a744d82093798f2c50dc8185d6ffe (patch)
tree9f705c9b26191d3cde010111afc02d4b48392042 /net/tn5250/Makefile
parent4171c2b4e6d6d87ab7f32e47983300ca248bb32f (diff)
downloadpkgsrc-ad9c945b991a744d82093798f2c50dc8185d6ffe.tar.gz
Import of tn5250-0.12.51, an implementation of the IBM 5250 telnet protocol
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"