diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-12 23:49:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-12 23:49:19 +0800 |
commit | 926382e09698007dc3472481164045c6b0b9754a (patch) | |
tree | d0ae60e8f02a2f6b230176c1f2dd549262359efb /deskutils/gnote/Makefile | |
parent | 42048341091e3810049dedfc96d4b312013ab048 (diff) | |
download | marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.gz marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.bz2 marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.lz marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.xz marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.zst marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.zip |
Post 2.30.1 commit clean up.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnote/Makefile')
-rw-r--r-- | deskutils/gnote/Makefile | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile deleted file mode 100644 index a72ef61fb..000000000 --- a/deskutils/gnote/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: gnote -# Date created: 20 July 2009 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/gnote/Makefile,v 1.10 2010/02/14 20:17:39 kwm Exp $ -# - -PORTNAME= gnote -PORTVERSION= 0.7.2 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A port of Tomboy to C++, note taking application - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - gtkspell.0:${PORTSDIR}/textproc/gtkspell \ - boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ - uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gconf2 intltool ltverhack gnomepanel -USE_GETTEXT= yes -INSTALLS_OMF= yes -GCONF_SCHEMAS= gnote.schemas -USE_AUTOTOOLS= libtool:22 -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - PANELAPPLET_SERVER_DIR="${PREFIX}/libdata/bonobo/servers" -CONFIGURE_ARGS= --disable-dbus -DOCS= AUTHORS COPYING ChangeLog NEWS README TODO -MAN1= gnote.1 - -.if !defined(WITHOUT_APPLET) -LIB_DEPENDS+= panelappletmm-2.6:${PORTSDIR}/x11-toolkits/libpanelappletmm -CONFIGURE_ARGS+=--enable-applet -PLIST_SUB+= APPLET="" -.else -CONFIGURE_ARGS+=--disable-applet -PLIST_SUB+= APPLET="@comment " -.endif - -PLIST_SUB+= VERSION=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/include/boost|${LOCALBASE}/include/boost|g' \ - ${WRKSRC}/configure - -.ifndef (NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> |