aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gtodo/Makefile
blob: df737a1999e5f6bd89ac89aa411050bb068d703b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $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
USES=        pathfix
USE_GNOME=  gnomeprefix gnomevfs2
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

GCONF_SCHEMAS=  gtodo.schemas

.include <bsd.port.mk>