summaryrefslogtreecommitdiff
path: root/comms/tn3270/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/tn3270/Makefile')
-rw-r--r--comms/tn3270/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/tn3270/Makefile b/comms/tn3270/Makefile
new file mode 100644
index 00000000000..d51b0c71f54
--- /dev/null
+++ b/comms/tn3270/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.4 2010/01/17 18:26:28 spz Exp $
+
+DISTNAME= tn3270-0.20100116
+CATEGORIES= comms net
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= # empty
+COMMENT= Utilities for connecting to IBM VM/CMS systems
+
+LICENSE= modified-bsd
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS+= bin share/tn3270
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"