mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
-Update to 0.17.4
PR: 130463 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
ee98f6ecbd
commit
2198b3018e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226101
@ -6,50 +6,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= tn5250
|
||||
PORTVERSION= 0.17.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.17.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= 5250 Telnet protocol and Terminal
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ARGS= --enable-os-dir=no --with-ssl=${OPENSSLBASE}
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= lp5250d.1 scs2ascii.1 scs2pdf.1 scs2ps.1 tn5250.1
|
||||
MAN5= tn5250rc.5
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
.if defined(WITH_SLANG)
|
||||
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
|
||||
PKGNAMESUFFIX= -slang
|
||||
CONFIGURE_ARGS+= --with-slang=yes
|
||||
LDFLAGS+= -lcurses
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-slang=no
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_SLANG)
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "If you want to compile with S/Lang support,"
|
||||
@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_SLANG=yes\""
|
||||
@${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
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^SUBDIRS =/s|linux||g' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|: install-data-local|:|g' ${WRKSRC}/freebsd/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (tn5250-0.17.3.tar.gz) = f8c454334c63ed7b100e0b12160d93ea
|
||||
SHA256 (tn5250-0.17.3.tar.gz) = 956fbcb1eac6b2b2faa0a51733cdfc370103898eaffab61128608b3916061a36
|
||||
SIZE (tn5250-0.17.3.tar.gz) = 999938
|
||||
MD5 (tn5250-0.17.4.tar.gz) = d1eb7c5a2e15cd2f43a1c115e2734153
|
||||
SHA256 (tn5250-0.17.4.tar.gz) = 354237d400dc46af887cb3ffa4ed1f2c371f5b8bee8be046a683a4ac9db4f9c5
|
||||
SIZE (tn5250-0.17.4.tar.gz) = 648452
|
||||
|
@ -4,12 +4,10 @@ bin/scs2ascii
|
||||
bin/scs2pdf
|
||||
bin/scs2ps
|
||||
bin/tn5250
|
||||
bin/tn5250-config
|
||||
bin/xt5250
|
||||
include/tn5250/buffer.h
|
||||
include/tn5250/codes5250.h
|
||||
include/tn5250/conf.h
|
||||
include/tn5250/config.h
|
||||
include/tn5250/cursesterm.h
|
||||
include/tn5250/dbuffer.h
|
||||
include/tn5250/debug.h
|
||||
@ -22,7 +20,6 @@ include/tn5250/record.h
|
||||
include/tn5250/scrollbar.h
|
||||
include/tn5250/scs.h
|
||||
include/tn5250/session.h
|
||||
include/tn5250/slangterm.h
|
||||
include/tn5250/stream.h
|
||||
include/tn5250/terminal.h
|
||||
include/tn5250/utility.h
|
||||
@ -33,11 +30,8 @@ lib/lib5250.a
|
||||
lib/lib5250.la
|
||||
lib/lib5250.so
|
||||
lib/lib5250.so.0
|
||||
libdata/pkgconfig/tn5250.pc
|
||||
share/aclocal/tn5250.m4
|
||||
%%DATADIR%%/README
|
||||
%%DATADIR%%/XTerm
|
||||
%%DATADIR%%/dialogrc
|
||||
%%DATADIR%%/sample.termcap
|
||||
%%DATADIR%%/us.5250.kbd
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user