b2541922ea
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.
21 lines
387 B
Makefile
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>
|