diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /deskutils/gtodo/Makefile | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gtodo/Makefile')
-rw-r--r-- | deskutils/gtodo/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/deskutils/gtodo/Makefile b/deskutils/gtodo/Makefile deleted file mode 100644 index cced0855c..000000000 --- a/deskutils/gtodo/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: gtodo -# Date created: 29 September 2003 -# Whom: Mezz <mezz7@cox.net> -# -# $FreeBSD$ -# - -PORTNAME= gtodo -PORTVERSION= 0.14 -PORTREVISION= 6 -CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtodo - -MAINTAINER= ports@FreeBSD.org -COMMENT= An Gtk2 Todo list manager - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnometarget gnomevfs2 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gtodo.schemas - -.include <bsd.port.mk> |