summaryrefslogtreecommitdiffstats
path: root/deskutils/gnotime/Makefile
blob: 89e25a9990793a0e4aac723e95837ae706df8969 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    gnotime
# Date created:     1 March 2003
# Whom:         Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#

PORTNAME=   gnotime
PORTVERSION=    2.2.1
CATEGORIES= deskutils gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gttr

MAINTAINER= kwm@FreeBSD.org
COMMENT=    GnoTime is a time tracker for gnome2

LIB_DEPENDS=    guile.15:${PORTSDIR}/lang/guile

USE_GNOME=  gnomehack gnomeprefix gtkhtml3 libgnomeui
USE_X_PREFIX=   yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       gnotime.1
GCONF_SCHEMAS=  gnotime.schemas

.include <bsd.port.mk>