diff options
Diffstat (limited to 'net/tn5250/Makefile')
-rw-r--r-- | net/tn5250/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile new file mode 100644 index 000000000000..1a54894b588b --- /dev/null +++ b/net/tn5250/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: tn5250 +# Version required: 0.15.6 +# Date created: 20 January 2000 +# Whom: Elias Mandouvalos <ocean@compulink.gr> +# +# $FreeBSD$ +# + +DISTNAME= tn5250-0.15.6 +CATEGORIES= net +MASTER_SITES= ftp://cvs.cleveland.lug.net/pub/tn5250/ + +MAINTAINER= ports@FreeBSD.org + +USE_LIBTOOL= yes + +MAN1= scs2ascii.1 tn5250.1 +MANCOMPRESSED= no + +.include <bsd.port.mk> |