- Drop .la files, no dependees require them
- Add LICENSE_FILE Approved by: portmgr blanket
This commit is contained in:
parent
9213cd360b
commit
38c6aa8300
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367822
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gloox
|
||||
PORTVERSION= 1.0.10
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://camaya.net/download/
|
||||
|
||||
|
@ -11,11 +11,12 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Jabber/XMPP client library
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \
|
||||
libgnutls.so:${PORTSDIR}/security/gnutls
|
||||
|
||||
USES= libtool:keepla pathfix pkgconfig tar:bzip2
|
||||
USES= libtool pathfix pkgconfig tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -147,7 +147,6 @@ include/gloox/vcardmanager.h
|
|||
include/gloox/vcardupdate.h
|
||||
include/gloox/xhtmlim.h
|
||||
lib/libgloox.a
|
||||
lib/libgloox.la
|
||||
lib/libgloox.so
|
||||
lib/libgloox.so.12
|
||||
lib/libgloox.so.12.0.0
|
||||
|
|
Loading…
Reference in a new issue