mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
01f7cef0b3
commit
dc63f28651
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355881
@ -3,16 +3,19 @@
|
||||
|
||||
PORTNAME= tn5250
|
||||
PORTVERSION= 0.17.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= 5250 Telnet protocol and Terminal
|
||||
|
||||
USES= libtool
|
||||
USE_OPENSSL= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-os-dir=no --with-ssl=${OPENSSLBASE}
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
@ -27,9 +27,9 @@ include/tn5250/window.h
|
||||
include/tn5250/wtd.h
|
||||
include/tn5250.h
|
||||
lib/lib5250.a
|
||||
lib/lib5250.la
|
||||
lib/lib5250.so
|
||||
lib/lib5250.so.0
|
||||
lib/lib5250.so.0.0.0
|
||||
%%DATADIR%%/README
|
||||
%%DATADIR%%/XTerm
|
||||
%%DATADIR%%/sample.termcap
|
||||
|
Loading…
Reference in New Issue
Block a user