2000-01-29 06:34:52 +01:00
|
|
|
# New ports collection makefile for: tn5250
|
|
|
|
# Date created: 20 January 2000
|
|
|
|
# Whom: Elias Mandouvalos <ocean@compulink.gr>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= tn5250
|
2009-01-14 17:00:36 +01:00
|
|
|
PORTVERSION= 0.17.4
|
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
|
|
|
|
2005-06-06 20:20:49 +02:00
|
|
|
USE_OPENSSL= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
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
|
2000-01-29 06:34:52 +01:00
|
|
|
|
2002-03-16 08:32:43 +01:00
|
|
|
MAN1= lp5250d.1 scs2ascii.1 scs2pdf.1 scs2ps.1 tn5250.1
|
|
|
|
MAN5= tn5250rc.5
|
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>
|