freebsd-ports/deskutils/gtodo/Makefile
Pav Lucistnik 225c8a97f6 - Update to 0.14
PR:		ports/63892
Submitted by:	Mezz <mezz7@cox.net> (maintainer)
2004-03-07 21:41:18 +00:00

26 lines
598 B
Makefile

# New ports collection makefile for: gtodo
# Date created: 29 September 2003
# Whom: Mezz <mezz7@cox.net>
#
# $FreeBSD$
#
PORTNAME= gtodo
PORTVERSION= 0.14
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtodo
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 gnomevfs2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>