diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-16 00:07:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-16 00:07:38 +0800 |
commit | f983b0d8d7d84ea7a631c70c42d17331c9f45e7b (patch) | |
tree | 03f53b5a7a198237c8652f4a864a34661425297b /polish/libgadu | |
parent | 1e24a01ec9ffdaf6c76a648600f42434193bd2d5 (diff) | |
download | freebsd-ports-gnome-f983b0d8d7d84ea7a631c70c42d17331c9f45e7b.tar.gz freebsd-ports-gnome-f983b0d8d7d84ea7a631c70c42d17331c9f45e7b.tar.zst freebsd-ports-gnome-f983b0d8d7d84ea7a631c70c42d17331c9f45e7b.zip |
- Add LICENSE_FILE
- Remove unneeded USES=tar:tbz2 (noop with USE_GITHUB)
- Switch to USES=localbase
Approved by: portmgr blanket
Diffstat (limited to 'polish/libgadu')
-rw-r--r-- | polish/libgadu/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/polish/libgadu/Makefile b/polish/libgadu/Makefile index c049b8874ff8..b25db57f2088 100644 --- a/polish/libgadu/Makefile +++ b/polish/libgadu/Makefile @@ -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 \ |