svn commit: r384110 - head/deskutils/tomboy
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Apr 16 13:18:23 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list