1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Add LICENSE_FILE

- Remove unneeded USES=tar:tbz2 (noop with USE_GITHUB)
- Switch to USES=localbase

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-03-15 16:07:38 +00:00
parent 8d0b124647
commit d0dc05e160
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411179

View File

@ -10,6 +10,7 @@ MAINTAINER= pawel@FreeBSD.org
COMMENT= Instant messaging library for Gadu-Gadu protocol
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
@ -18,7 +19,7 @@ CONFLICTS= pl-ekg-1.[0-6]*
USE_GITHUB= yes
GH_ACCOUNT= wojtekka
USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
USES= autoreconf gmake libtool localbase pathfix pkgconfig
PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread \
@ -26,9 +27,6 @@ CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread \
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= include/libgadu.h \
lib/libgadu.so \
lib/libgadu.so.3 \