summaryrefslogtreecommitdiff
path: root/comms/tn3270/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/tn3270/Makefile')
-rw-r--r--comms/tn3270/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/comms/tn3270/Makefile b/comms/tn3270/Makefile
deleted file mode 100644
index 0d7a3fb5119..00000000000
--- a/comms/tn3270/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2010/01/17 02:28:22 dholland Exp $
-
-DISTNAME= tn3270-0.20100116
-CATEGORIES= comms net
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-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
-
-do-extract:
- @${CP} -R ${FILESDIR} ${WRKSRC}
-
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"