freebsd-ports/deskutils/gnotime/Makefile
Koop Mast 202cc51705 Update to 2.2.2.
Noticed by:	Edwin's New port version check
2005-10-21 11:02:49 +00:00

32 lines
748 B
Makefile

# New ports collection makefile for: gnotime
# Date created: 1 March 2003
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#
PORTNAME= gnotime
PORTVERSION= 2.2.2
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 intlhack gtkhtml3 libgnomeui
USE_X_PREFIX= yes
USE_GMAKE= yes
INSTALLS_OMF= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gnotime.1
GCONF_SCHEMAS= gnotime.schemas
.include <bsd.port.mk>