1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/deskutils/gnotime/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

34 lines
810 B
Makefile

# New ports collection makefile for: gnotime
# Date created: 1 March 2003
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
# $MCom: ports/deskutils/gnotime/Makefile,v 1.21 2007/05/19 21:36:03 marcus Exp $
#
PORTNAME= gnotime
PORTVERSION= 2.2.2
PORTREVISION= 9
CATEGORIES= deskutils gnome
MASTER_SITES= SF/gttr
MAINTAINER= ports@FreeBSD.org
COMMENT= GnoTime is a time tracker for gnome2
LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gnomeprefix intlhack gtkhtml3 libgnomeui
USE_GETTEXT= yes
USE_GMAKE= yes
INSTALLS_OMF= yes
USE_LDCONFIG= 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>