diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-30 17:43:12 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-30 17:43:12 +0000 |
commit | dc63f286514b089a3d9e136c710378f8d7c11e09 (patch) | |
tree | d4ee478c6bd669706db215a5075bd1f8ad2c32c3 | |
parent | 01f7cef0b36112cd78eb44091e39594092f19d5c (diff) | |
download | ports-dc63f286514b089a3d9e136c710378f8d7c11e09.tar.gz ports-dc63f286514b089a3d9e136c710378f8d7c11e09.zip |
- Switch to USES=libtool, drop .la files
- Strip libraries
Notes
Notes:
svn path=/head/; revision=355881
-rw-r--r-- | net/tn5250/Makefile | 5 | ||||
-rw-r--r-- | net/tn5250/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index e5b30b82d44b..18d9a9d0f13a 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -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 \ diff --git a/net/tn5250/pkg-plist b/net/tn5250/pkg-plist index 339e4940d81c..53b777acc7da 100644 --- a/net/tn5250/pkg-plist +++ b/net/tn5250/pkg-plist @@ -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 |