diff options
Diffstat (limited to 'net/libzapojit/Makefile')
-rw-r--r-- | net/libzapojit/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/libzapojit/Makefile b/net/libzapojit/Makefile index e68389b4e..e086f9647 100644 --- a/net/libzapojit/Makefile +++ b/net/libzapojit/Makefile @@ -1,9 +1,9 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ -# $MCom: ports/trunk/net/libzapojit/Makefile 18583 2013-06-23 11:12:45Z kwm $ +# $MCom: ports-experimental/trunk/net/libzapojit/Makefile 19164 2014-03-17 10:14:04Z gusi $ PORTNAME= libzapojit -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= net devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,12 +16,13 @@ LIB_DEPENDS= libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ librest-0.7.so:${PORTSDIR}/devel/librest -USE_XZ= yes -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libzapojit-*.so.0 .include <bsd.port.mk> |