diff options
author | kwm <kwm@FreeBSD.org> | 2015-12-13 03:13:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-12-13 03:13:23 +0800 |
commit | 16201393a4540bf85610cbba33fc2583d231e1af (patch) | |
tree | b8343d5e9b0f294a0571c4cff41b5a1723fb2b5b | |
parent | 17e308b1b51d1d011366ba8febcdb4b8b9af42d9 (diff) | |
download | freebsd-ports-gnome-16201393a4540bf85610cbba33fc2583d231e1af.tar.gz freebsd-ports-gnome-16201393a4540bf85610cbba33fc2583d231e1af.tar.zst freebsd-ports-gnome-16201393a4540bf85610cbba33fc2583d231e1af.zip |
Add license lines
Add implicit depend on libsoup-gnome
Teach configure where to find libintl.h
Sort plist.
Pet portlint a bit.
PR: 201531
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
-rw-r--r-- | www/libsocialweb/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile index 055b138d4461..d88a98859905 100644 --- a/www/libsocialweb/Makefile +++ b/www/libsocialweb/Makefile @@ -3,22 +3,28 @@ PORTNAME= libsocialweb PORTVERSION= 0.25.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org -COMMENT= Personal social data server. +COMMENT= Personal social data server + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ + libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gconf2 glib20 intlhack introspection:build \ libxslt:build GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-vala-bindings # review if we want all the services enabled, because of not completely |