freebsd-ports/x11/workrave/Makefile
Andrew Pantyukhin 1c7a312c49 - Update to 1.8.3
Approved by:	krion (mentor)
2006-05-13 21:40:29 +00:00

33 lines
864 B
Makefile

# New ports collection makefile for: workrave
# Date created: 15 Jul 2003
# Whom: Koop Mast <einekoai@chello.nl>
#
# $FreeBSD$
#
PORTNAME= workrave
PORTVERSION= 1.8.3
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A Gnome RSI prevention tool
LIB_DEPENDS= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \
gnet-2.0.0:${PORTSDIR}/net/gnet2
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gconf2 intltool
USE_GCC= 3.4
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome/workrave \
--enable-gconf \
--enable-gnome \
--enable-exercises
.include <bsd.port.mk>