freebsd-ports/deskutils/gtodo/Makefile
Joe Marcus Clarke ee35968ade Update to 0.13.4 with all FreeBSD patches merged.
PR:		57374
Submitted by:	maintainer
2003-09-29 21:15:48 +00:00

25 lines
575 B
Makefile

# New ports collection makefile for: gtodo
# Date created: 29 September 2003
# Whom: Mezz <mezz7@cox.net>
#
# $FreeBSD$
#
PORTNAME= gtodo
PORTVERSION= 0.13.4
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>