diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 21:02:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 21:02:45 +0800 |
commit | 1ee598fa9d79c6056bf3dde9e68d8168afb8bb46 (patch) | |
tree | df71452d9f3147cfe54cb0ce9e940e305b0e6b0f /textproc | |
parent | 38e64cc82f2888dfba20c452d7d86f64969525e4 (diff) | |
download | freebsd-ports-gnome-1ee598fa9d79c6056bf3dde9e68d8168afb8bb46.tar.gz freebsd-ports-gnome-1ee598fa9d79c6056bf3dde9e68d8168afb8bb46.tar.zst freebsd-ports-gnome-1ee598fa9d79c6056bf3dde9e68d8168afb8bb46.zip |
- Switch to USES=libtool, drop .la files
- Strip libraries
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/soothsayer/Makefile | 6 | ||||
-rw-r--r-- | textproc/soothsayer/pkg-plist | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/soothsayer/Makefile b/textproc/soothsayer/Makefile index 5fd412aac775..3a1194a01baf 100644 --- a/textproc/soothsayer/Makefile +++ b/textproc/soothsayer/Makefile @@ -3,6 +3,7 @@ PORTNAME= soothsayer PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/presage/${PORTNAME}/${PORTVERSION} @@ -13,15 +14,16 @@ LICENSE= GPLv2 # (or later) BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man -USES= pkgconfig +USES= libtool pkgconfig USE_SQLITE= 3 -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_CPPUNIT_CONFIG=no \ ac_cv_path_PYTHON=no \ ac_cv_path_SWIG=no \ ac_cv_prog_HAVE_DOT=no \ ac_cv_prog_HAVE_DOXYGEN=no CONFIGURE_ARGS= --disable-python-binding +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/textproc/soothsayer/pkg-plist b/textproc/soothsayer/pkg-plist index 761a804b14b7..908f5ea9437f 100644 --- a/textproc/soothsayer/pkg-plist +++ b/textproc/soothsayer/pkg-plist @@ -6,9 +6,9 @@ etc/soothsayer.xml include/soothsayer.h include/soothsayerException.h lib/libsoothsayer.a -lib/libsoothsayer.la lib/libsoothsayer.so lib/libsoothsayer.so.0 +lib/libsoothsayer.so.0.0.0 man/man1/soothsayer_demo.1.gz man/man1/soothsayer_demo_text.1.gz man/man1/soothsayer_simulator.1.gz |