deskutils/tomboy: Not jobs safe
While here, did the following cleanups: * Trim makefile header * Fixed WWW indent on pkg-descr * Removed library version specification * converted USE_GMAKE to USES+=gmake Approved by: bapt/culot (mentors, implicit)
This commit is contained in:
parent
86125ed3ba
commit
ad7dc7941a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323769
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: tomboy
|
||||
# Date created: 20041011
|
||||
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
||||
#
|
||||
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tomboy
|
||||
PORTVERSION= 1.12.2
|
||||
@ -14,7 +10,7 @@ DIST_SUBDIR= gnome2
|
||||
MAINTAINER= mono@FreeBSD.org
|
||||
COMMENT= Personal note taking system for the GNOME desktop
|
||||
|
||||
LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell
|
||||
LIB_DEPENDS= gtkspell:${PORTSDIR}/textproc/gtkspell
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp-2.4/gmime-sharp.dll:${PORTSDIR}/mail/gmime24-sharp \
|
||||
${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:${PORTSDIR}/devel/dbus-sharp-glib \
|
||||
mautil:${PORTSDIR}/devel/mono-addins
|
||||
@ -23,14 +19,15 @@ RUN_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp-2.4/gmime-sharp.dll:${PORTSDIR}/m
|
||||
mautil:${PORTSDIR}/devel/mono-addins
|
||||
|
||||
USE_XZ= yes
|
||||
USES= gettext
|
||||
USES= gettext gmake
|
||||
USE_GNOME= gnomehack intlhack gnomeprefix gnomedesktopsharp20
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
INSTALLS_OMF= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CONFIGURE_ARGS+=--enable-evolution=yes
|
||||
|
||||
MAN1= tomboy.1
|
||||
|
@ -8,4 +8,4 @@ is as simple as typing a name. Branching an idea off is easy as pressing
|
||||
the Link button. And links between your ideas won't break, even when
|
||||
renaming and reorganizing them.
|
||||
|
||||
WWW: http://projects.gnome.org/tomboy/
|
||||
WWW: http://projects.gnome.org/tomboy/
|
||||
|
Loading…
Reference in New Issue
Block a user