mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
3f53601fb6
commit
5a9c79e5dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361364
@ -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}
|
||||
|
||||
|
@ -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 = \
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user