835d028dc9
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>
25 lines
573 B
Makefile
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>
|