diff options
Diffstat (limited to 'deskutils/tomboy/Makefile')
-rw-r--r-- | deskutils/tomboy/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index 663e0606fb8d..6ad1f74e01c0 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -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 |