freebsd-ports/deskutils/gtodo/Makefile
Jeremy Messenger b2541922ea Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me. There are a few more left, I will worry about it later.
2012-12-31 17:12:03 +00:00

21 lines
387 B
Makefile

# $FreeBSD$
PORTNAME= gtodo
PORTVERSION= 0.14
PORTREVISION= 13
CATEGORIES= deskutils gnome
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= An Gtk2 Todo list manager
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack gnomevfs2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= gtodo.schemas
.include <bsd.port.mk>