Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2015 13:18:22 +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: r384110 - head/deskutils/tomboy
Message-ID:  <201504161318.t3GDIMWX055378@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Apr 16 13:18:22 2015
New Revision: 384110
URL: https://svnweb.freebsd.org/changeset/ports/384110

Log:
  - Add LICENSE
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/deskutils/tomboy/Makefile

Modified: head/deskutils/tomboy/Makefile
==============================================================================
--- head/deskutils/tomboy/Makefile	Thu Apr 16 13:17:07 2015	(r384109)
+++ head/deskutils/tomboy/Makefile	Thu Apr 16 13:18:22 2015	(r384110)
@@ -10,19 +10,23 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	mono@FreeBSD.org
 COMMENT=	Personal note taking system for the GNOME desktop
 
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libgtkspell.so:${PORTSDIR}/textproc/gtkspell
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:${PORTSDIR}/devel/dbus-sharp-glib \
 		mautil:${PORTSDIR}/devel/mono-addins
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:${PORTSDIR}/devel/dbus-sharp-glib \
 		mautil:${PORTSDIR}/devel/mono-addins
 
-USES=		gettext gmake libtool mono pathfix pkgconfig tar:xz
+USES=		cpe gettext gmake libtool mono pathfix pkgconfig tar:xz
 USE_GNOME=	intlhack gnomeprefix gnomedocutils gnomesharp20
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 INSTALLS_OMF=	yes
 USE_LDCONFIG=	yes
 GCONF_SCHEMAS=	tomboy.schemas
+CPE_VENDOR=	gnome
 
 MAKE_JOBS_UNSAFE=yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504161318.t3GDIMWX055378>