2003-07-18 06:54:29 +02:00
|
|
|
# New ports collection makefile for: Workrave
|
|
|
|
# Date created: 15 Jul 2003
|
|
|
|
# Whom: Koop Mast <einekoai@chello.nl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= workrave
|
2004-07-06 15:11:30 +02:00
|
|
|
PORTVERSION= 1.6.1
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 2
|
2003-07-18 06:54:29 +02:00
|
|
|
CATEGORIES= x11 gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-11-23 09:51:28 +01:00
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
2003-07-18 06:54:29 +02:00
|
|
|
COMMENT= A Gnome RSI prevention tool
|
|
|
|
|
2004-07-19 09:39:42 +02:00
|
|
|
LIB_DEPENDS= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \
|
2003-08-29 19:04:31 +02:00
|
|
|
gnet-2.0.0:${PORTSDIR}/net/gnet2
|
2003-07-18 06:54:29 +02:00
|
|
|
BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2004-07-06 15:11:30 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gconf2
|
2004-09-30 07:32:00 +02:00
|
|
|
USE_GCC= 3.4
|
2003-07-18 06:54:29 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2003-07-31 20:30:13 +02:00
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome/workrave \
|
|
|
|
--enable-gconf \
|
2003-08-29 19:04:31 +02:00
|
|
|
--enable-gnome \
|
|
|
|
--enable-exercises
|
2003-07-18 06:54:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|