2003-03-01 08:24:45 +01:00
|
|
|
# New ports collection makefile for: gnotime
|
|
|
|
# Date created: 1 March 2003
|
|
|
|
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/deskutils/gnotime/Makefile,v 1.21 2007/05/19 21:36:03 marcus Exp $
|
2003-03-01 08:24:45 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnotime
|
2005-11-05 13:16:51 +01:00
|
|
|
PORTVERSION= 2.2.2
|
2008-07-21 06:49:09 +02:00
|
|
|
PORTREVISION= 10
|
2003-03-01 08:24:45 +01:00
|
|
|
CATEGORIES= deskutils gnome
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF/gttr
|
2003-03-01 08:24:45 +01:00
|
|
|
|
2006-04-15 01:25:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-01 08:24:45 +01:00
|
|
|
COMMENT= GnoTime is a time tracker for gnome2
|
|
|
|
|
2008-07-21 06:49:09 +02:00
|
|
|
LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
|
2003-03-01 08:24:45 +01:00
|
|
|
|
2007-02-10 07:05:06 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-11-05 13:16:51 +01:00
|
|
|
USE_GNOME= gnomehack gnomeprefix intlhack gtkhtml3 libgnomeui
|
2007-10-25 01:37:25 +02:00
|
|
|
USE_GETTEXT= yes
|
2003-03-01 08:24:45 +01:00
|
|
|
USE_GMAKE= yes
|
2005-01-31 14:44:59 +01:00
|
|
|
INSTALLS_OMF= yes
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-03-01 08:24:45 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
2003-10-05 02:19:22 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-03-01 08:24:45 +01:00
|
|
|
|
|
|
|
MAN1= gnotime.1
|
2005-01-31 14:44:59 +01:00
|
|
|
GCONF_SCHEMAS= gnotime.schemas
|
2003-03-01 08:24:45 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|