diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-29 15:34:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-29 15:34:39 +0800 |
commit | c9ebfa2337afe86104594a7bfbd4db3431d9aa07 (patch) | |
tree | 14425fdc7ec06326612549059a8d5e691dffb0fa /deskutils/gtodo/Makefile | |
parent | 2c6fdf3dc3d69d03454eece0ee6dad649162c7cc (diff) | |
download | freebsd-ports-gnome-c9ebfa2337afe86104594a7bfbd4db3431d9aa07.tar.gz freebsd-ports-gnome-c9ebfa2337afe86104594a7bfbd4db3431d9aa07.tar.zst freebsd-ports-gnome-c9ebfa2337afe86104594a7bfbd4db3431d9aa07.zip |
Add gToDo, a todo list application for the GNOME desktop. The goal of the
program is to be simple and easy to use. The program is made to fill up the
gap of amissing gtk+-2.0 standalone todo list.
PR: 57341
Submitted by: Jeremy Messenger <mezz7@cox.net>
Diffstat (limited to 'deskutils/gtodo/Makefile')
-rw-r--r-- | deskutils/gtodo/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/deskutils/gtodo/Makefile b/deskutils/gtodo/Makefile new file mode 100644 index 000000000000..831b07fd8605 --- /dev/null +++ b/deskutils/gtodo/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gtodo +# Date created: 29 September 2003 +# Whom: Mezz <mezz7@cox.net> +# +# $FreeBSD$ +# + +PORTNAME= gtodo +PORTVERSION= 0.13 +CATEGORIES= deskutils gnome +MASTER_SITES= http://qball.no-ip.com/ + +MAINTAINER= mezz7@cox.net +COMMENT= An Gtk2 Todo list manager + +BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack gnometarget gtk20 libxml2 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |