freebsd-ports/deskutils/gtodo/Makefile
Joe Marcus Clarke 835d028dc9 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>
2003-09-29 07:34:39 +00:00

25 lines
573 B
Makefile

# 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>