2003-09-29 09:34:39 +02:00
|
|
|
# New ports collection makefile for: gtodo
|
|
|
|
# Date created: 29 September 2003
|
|
|
|
# Whom: Mezz <mezz7@cox.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtodo
|
2004-03-07 22:41:18 +01:00
|
|
|
PORTVERSION= 0.14
|
2004-11-07 23:37:47 +01:00
|
|
|
PORTREVISION= 2
|
2003-09-29 09:34:39 +02:00
|
|
|
CATEGORIES= deskutils gnome
|
2003-10-10 12:06:03 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gtodo
|
2003-09-29 09:34:39 +02:00
|
|
|
|
2004-05-03 01:36:58 +02:00
|
|
|
MAINTAINER= mezz@FreeBSD.org
|
2003-09-29 09:34:39 +02:00
|
|
|
COMMENT= An Gtk2 Todo list manager
|
|
|
|
|
|
|
|
BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2004-03-07 22:41:18 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnometarget gnomevfs2
|
2003-09-29 09:34:39 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|