2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Elias Mandouvalos <ocean@compulink.gr>
|
2000-01-29 06:34:52 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= tn5250
|
2009-01-14 17:00:36 +01:00
|
|
|
PORTVERSION= 0.17.4
|
2014-05-30 19:43:12 +02:00
|
|
|
PORTREVISION= 1
|
2000-01-29 06:34:52 +01:00
|
|
|
CATEGORIES= net
|
2009-01-14 17:00:36 +01:00
|
|
|
MASTER_SITES= SF
|
2000-01-29 06:34:52 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= 5250 Telnet protocol and Terminal
|
2000-01-29 06:34:52 +01:00
|
|
|
|
2016-12-10 20:22:10 +01:00
|
|
|
USES= libtool ncurses ssl
|
2014-05-30 19:43:12 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-06 20:20:49 +02:00
|
|
|
CONFIGURE_ARGS= --enable-os-dir=no --with-ssl=${OPENSSLBASE}
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-05-30 19:43:12 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2000-01-29 06:34:52 +01:00
|
|
|
|
2009-01-14 17:00:36 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/^SUBDIRS =/s|linux||g' ${WRKSRC}/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|: install-data-local|:|g' ${WRKSRC}/freebsd/Makefile.in
|
2001-08-25 01:23:59 +02:00
|
|
|
|
2000-01-29 06:34:52 +01:00
|
|
|
.include <bsd.port.mk>
|