Date: Fri, 1 Dec 2017 11:12:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455261 - head/mail/geary Message-ID: <201712011112.vB1BC47f093852@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Dec 1 11:12:04 2017 New Revision: 455261 URL: https://svnweb.freebsd.org/changeset/ports/455261 Log: - Add LICENSE - Switch to USES=localbase - Fix whitespace Approved by: portmgr blanket Modified: head/mail/geary/Makefile Modified: head/mail/geary/Makefile ============================================================================== --- head/mail/geary/Makefile Fri Dec 1 11:08:55 2017 (r455260) +++ head/mail/geary/Makefile Fri Dec 1 11:12:04 2017 (r455261) @@ -11,6 +11,9 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Mail client for GNOME 3 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= vapigen:lang/vala \ bash:shells/bash LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ @@ -21,19 +24,17 @@ LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ libgcr-3.so:security/gcr USES= cmake desktop-file-utils gettext \ - libtool pkgconfig shebangfix tar:xz + libtool localbase:ldflags pkgconfig shebangfix tar:xz USE_GNOME= gnomedocutils gnomeprefix gtk30 intlhack SHEBANG_FILES= desktop/geary-attach USE_LDCONFIG= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS= -DNO_FATAL_WARNINGS:BOOL=ON GLIB_SCHEMAS= org.yorba.geary.gschema.xml post-patch: - @${REINPLACE_CMD} -e 's|abort $$option||g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|abort $$option||g' \ + ${WRKSRC}/configure .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712011112.vB1BC47f093852>