summaryrefslogtreecommitdiffstats
path: root/deskutils/gnote
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-12-14 04:33:06 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-12-14 04:33:06 +0800
commitadd412923c6b9f44597ef5d8e586c6999d04aeae (patch)
tree5d32a289fcd54f74eafa89ee31136ad75fb70c89 /deskutils/gnote
parent16adc0b8b480aadfbffe2443d6ba9bdcc9d52c08 (diff)
downloadmarcuscom-ports-add412923c6b9f44597ef5d8e586c6999d04aeae.tar
marcuscom-ports-add412923c6b9f44597ef5d8e586c6999d04aeae.tar.gz
marcuscom-ports-add412923c6b9f44597ef5d8e586c6999d04aeae.tar.bz2
marcuscom-ports-add412923c6b9f44597ef5d8e586c6999d04aeae.tar.lz
marcuscom-ports-add412923c6b9f44597ef5d8e586c6999d04aeae.tar.xz
marcuscom-ports-add412923c6b9f44597ef5d8e586c6999d04aeae.tar.zst
marcuscom-ports-add412923c6b9f44597ef5d8e586c6999d04aeae.zip
Chase pcre update. Remove library versioning from ports that still mention pcre.1.
While here update to new header format and convert to OptionsNG. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17164 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnote')
-rw-r--r--deskutils/gnote/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile
index 761e28320..a23e1063b 100644
--- a/deskutils/gnote/Makefile
+++ b/deskutils/gnote/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: gnote
-# Date created: 20 July 2009
-# Whom: Mezz <mezz@FreeBSD.org>
-#
+# Created by: Mezz <mezz@FreeBSD.org>
# $FreeBSD$
-# $MCom$
-#
+# $MCom: ports/deskutils/gnote/Makefile,v 1.16 2012/06/02 04:10:01 mezz Exp $
PORTNAME= gnote
PORTVERSION= 0.8.3
@@ -17,15 +13,14 @@ COMMENT= A port of Tomboy to C++, note taking application
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= gtkmm-3.0:${PORTSDIR}/x11-toolkits/gtkmm30 \
- pcre.1:${PORTSDIR}/devel/pcre \
- boost_filesystem.4:${PORTSDIR}/devel/boost-libs \
- uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
+LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \
+ boost_filesystem:${PORTSDIR}/devel/boost-libs \
+ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
USE_GMAKE= yes
USE_XZ= yes
USE_GNOME= gnomehack gnomeprefix gtk30 intltool libxml2 libxslt \
- ltverhack desktopfileutils gnomedocutils
+ ltverhack desktopfileutils gnomedocutils gtkmm30
USE_GETTEXT= yes
GLIB_SCHEMAS= org.gnome.gnote.gschema.xml
USE_AUTOTOOLS= libtool
@@ -38,7 +33,12 @@ CONFIGURE_ARGS= --with-dbus-service-dir=${PREFIX}/share/dbus-1/services
DOCS= AUTHORS ChangeLog NEWS README TODO
MAN1= gnote.1
-.if !defined(WITHOUT_APPLET)
+OPTIONS_DEFINE= APPLET
+APPLET_DESC= Build the gnome3 applet
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MAPPLET}
USE_GNOME+= gnomepanel3
CONFIGURE_ARGS+=--enable-applet
PLIST_SUB+= APPLET=""
@@ -55,7 +55,7 @@ post-patch:
post-install:
@-update-desktop-database
-.ifndef (NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}