18 lines
407 B
Makefile
18 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/10/03 11:24:45 asau 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
|
|
|
|
USE_TOOLS+= yacc
|
|
|
|
INSTALLATION_DIRS+= bin share/tn3270
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|