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$
|
2005-11-05 13:16:51 +01:00
|
|
|
# $MCom$
|
2003-03-01 08:24:45 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnotime
|
2005-11-05 13:16:51 +01:00
|
|
|
PORTVERSION= 2.2.2
|
|
|
|
PORTREVISON= 1
|
2003-03-01 08:24:45 +01:00
|
|
|
CATEGORIES= deskutils gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gttr
|
|
|
|
|
2004-11-23 09:51:28 +01:00
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
2003-03-01 08:24:45 +01:00
|
|
|
COMMENT= GnoTime is a time tracker for gnome2
|
|
|
|
|
2003-09-18 17:33:54 +02:00
|
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
|
2003-03-01 08:24:45 +01:00
|
|
|
|
2005-11-05 13:16:51 +01:00
|
|
|
USE_GNOME= gnomehack gnomeprefix intlhack gtkhtml3 libgnomeui
|
2003-03-01 08:24:45 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2005-01-31 14:44:59 +01:00
|
|
|
INSTALLS_OMF= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2005-11-05 06:45:41 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
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>
|