diff options
-rw-r--r-- | net/tn5250/Makefile | 12 | ||||
-rw-r--r-- | net/tn5250/distinfo | 2 | ||||
-rw-r--r-- | net/tn5250/pkg-descr | 2 | ||||
-rw-r--r-- | net/tn5250/pkg-plist | 7 |
4 files changed, 17 insertions, 6 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 92eeac93e66e..e55d1c658f7b 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -6,15 +6,17 @@ # PORTNAME= tn5250 -PORTVERSION= 0.16.1 +PORTVERSION= 0.16.2 CATEGORIES= net -MASTER_SITES= http://cvs.cleveland.lug.net/downloads/tn5250/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org USE_AUTOMAKE= yes AUTOMAKE_ARGS= --include-deps USE_LIBTOOL= yes +CONFIGURE_ARGS= --enable-os-dir=no INSTALLS_SHLIB= yes MAN1= scs2ascii.1 scs2pdf.1 tn5250.1 lp5250d.1 @@ -35,4 +37,10 @@ pre-everything: @${ECHO_MSG} .endif +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/freebsd/5250keys ${PREFIX}/bin +.for file in README sample.termcap us.5250.kbd + ${INSTALL_DATA} ${WRKSRC}/freebsd/${file} ${DATADIR} +.endfor + .include <bsd.port.mk> diff --git a/net/tn5250/distinfo b/net/tn5250/distinfo index 21792ba5e69e..25ec69a37302 100644 --- a/net/tn5250/distinfo +++ b/net/tn5250/distinfo @@ -1 +1 @@ -MD5 (tn5250-0.16.1.tar.gz) = 85ac961f12841bf7aecb4ab82da49bee +MD5 (tn5250-0.16.2.tar.gz) = 9508690ee431814b2a9ff731191879b1 diff --git a/net/tn5250/pkg-descr b/net/tn5250/pkg-descr index 06951e907be0..89f7690eb36c 100644 --- a/net/tn5250/pkg-descr +++ b/net/tn5250/pkg-descr @@ -2,7 +2,7 @@ tn5250 is an implementation of the 5250 Telnet protocol. It provides 5250 library and 5250 terminal emulation. (usually used to connect to IBM AS/400 Midrange systems) -WWW: http://www.linux-sna.org/software/5250/ +WWW: http://tn5250.sourceforge.net/ - Elias Mandouvalos ocean@compulink.gr diff --git a/net/tn5250/pkg-plist b/net/tn5250/pkg-plist index 85907cb21d04..b3d4ce2a4745 100644 --- a/net/tn5250/pkg-plist +++ b/net/tn5250/pkg-plist @@ -1,5 +1,7 @@ +bin/5250keys bin/lp5250d bin/scs2ascii +bin/scs2ps bin/tn3270d bin/tn5250 bin/tn5250-config @@ -33,9 +35,10 @@ lib/lib5250.a lib/lib5250.so lib/lib5250.so.0 share/aclocal/tn5250.m4 +share/tn5250/README share/tn5250/XTerm share/tn5250/dialogrc -share/tn5250/uk5250.map -share/tn5250/us5250.map +share/tn5250/sample.termcap +share/tn5250/us.5250.kbd @dirrm share/tn5250 @dirrm include/tn5250 |