mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
24 lines
525 B
Makefile
24 lines
525 B
Makefile
# Created by: Elias Mandouvalos <ocean@compulink.gr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tn5250
|
|
PORTVERSION= 0.17.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= 5250 Telnet protocol and Terminal
|
|
|
|
USE_OPENSSL= yes
|
|
USE_AUTOTOOLS= libtool
|
|
CONFIGURE_ARGS= --enable-os-dir=no --with-ssl=${OPENSSLBASE}
|
|
USE_LDCONFIG= yes
|
|
|
|
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>
|