mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket Approved by: kwm
This commit is contained in:
parent
b0ec9d0065
commit
b96c1c62e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363488
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= loudmouth
|
PORTNAME= loudmouth
|
||||||
PORTVERSION= 1.4.3
|
PORTVERSION= 1.4.3
|
||||||
PORTREVISION= 8
|
PORTREVISION= 9
|
||||||
CATEGORIES= net-im gnome
|
CATEGORIES= net-im gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
|
|
||||||
@ -12,10 +12,10 @@ COMMENT= Lightweight Jabber client library
|
|||||||
|
|
||||||
LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
|
LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
|
||||||
|
|
||||||
USES= gettext gmake pkgconfig tar:bzip2
|
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
|
||||||
USE_AUTOTOOLS= libtool
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GNOME= gnomehack glib20 ltverhack
|
USE_GNOME= glib20
|
||||||
CONFIGURE_ARGS= --disable-gtk-doc
|
CONFIGURE_ARGS= --disable-gtk-doc
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -Wl,-Bsymbolic -L${LOCALBASE}/lib
|
LDFLAGS+= -Wl,-Bsymbolic -L${LOCALBASE}/lib
|
||||||
|
@ -8,9 +8,9 @@ include/loudmouth-1.0/loudmouth/lm-ssl.h
|
|||||||
include/loudmouth-1.0/loudmouth/lm-utils.h
|
include/loudmouth-1.0/loudmouth/lm-utils.h
|
||||||
include/loudmouth-1.0/loudmouth/loudmouth.h
|
include/loudmouth-1.0/loudmouth/loudmouth.h
|
||||||
lib/libloudmouth-1.a
|
lib/libloudmouth-1.a
|
||||||
lib/libloudmouth-1.la
|
|
||||||
lib/libloudmouth-1.so
|
lib/libloudmouth-1.so
|
||||||
lib/libloudmouth-1.so.0
|
lib/libloudmouth-1.so.0
|
||||||
|
lib/libloudmouth-1.so.0.1.0
|
||||||
libdata/pkgconfig/loudmouth-1.0.pc
|
libdata/pkgconfig/loudmouth-1.0.pc
|
||||||
share/gtk-doc/html/loudmouth/ch01.html
|
share/gtk-doc/html/loudmouth/ch01.html
|
||||||
share/gtk-doc/html/loudmouth/home.png
|
share/gtk-doc/html/loudmouth/home.png
|
||||||
|
Loading…
Reference in New Issue
Block a user