diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-09 21:21:04 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-09 21:21:04 +0800 |
commit | a6e3a67c94a3eff3637fed48b3ca04eb56aae579 (patch) | |
tree | dec022ccbe3eea91dd124c357627c3c79cb41564 /net-im | |
parent | 434a27c3a0ab192872fe20c88a624fffde75fbdc (diff) | |
download | freebsd-ports-gnome-a6e3a67c94a3eff3637fed48b3ca04eb56aae579.tar.gz freebsd-ports-gnome-a6e3a67c94a3eff3637fed48b3ca04eb56aae579.tar.zst freebsd-ports-gnome-a6e3a67c94a3eff3637fed48b3ca04eb56aae579.zip |
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/meanwhile/Makefile | 8 | ||||
-rw-r--r-- | net-im/meanwhile/files/patch-libtool22 | 10 | ||||
-rw-r--r-- | net-im/meanwhile/pkg-plist | 2 |
3 files changed, 5 insertions, 15 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index dd8c55daf4cb..408a5d1a192b 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -3,23 +3,23 @@ PORTNAME= meanwhile PORTVERSION= 1.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol -USE_AUTOTOOLS= libtool -USES= pkgconfig gmake pathfix +USES= gmake libtool pathfix pkgconfig +USE_GCC= any USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GCC= any CONFIGURE_ARGS= --enable-doxygen=no \ --with-gmp-prefix=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION} diff --git a/net-im/meanwhile/files/patch-libtool22 b/net-im/meanwhile/files/patch-libtool22 deleted file mode 100644 index fab3b805a353..000000000000 --- a/net-im/meanwhile/files/patch-libtool22 +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Makefile.in.orig 2009-07-18 16:57:46.000000000 -0500 -+++ src/Makefile.in 2009-07-18 16:58:05.000000000 -0500 -@@ -236,7 +236,6 @@ - $(DEBUG_CFLAGS) $(GLIB_CFLAGS) - - libmeanwhile_la_LDFLAGS = \ -- @MW_SO_OS_FLAGS@ \ - -version-info @MW_SO_VERSION@ - - libmeanwhile_la_SOURCES = \ diff --git a/net-im/meanwhile/pkg-plist b/net-im/meanwhile/pkg-plist index 3e1d858e7ecc..63b240a588e2 100644 --- a/net-im/meanwhile/pkg-plist +++ b/net-im/meanwhile/pkg-plist @@ -15,9 +15,9 @@ include/meanwhile/mw_srvc_resolve.h include/meanwhile/mw_srvc_store.h include/meanwhile/mw_st_list.h lib/libmeanwhile.a -lib/libmeanwhile.la lib/libmeanwhile.so lib/libmeanwhile.so.1 +lib/libmeanwhile.so.1.0.2 libdata/pkgconfig/meanwhile.pc %%DOCSDIR%%/samples/README %%DOCSDIR%%/samples/build |