summaryrefslogtreecommitdiffstats
path: root/x11/workrave/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-06 01:11:33 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-06 01:11:33 +0800
commit173d2a5ad36bc6133eb7523b3692101e991d7e0f (patch)
treec0bcc5fafaa5ca3022507f9798f16c9b5880d8f2 /x11/workrave/Makefile
parent96b69183b92e5788f0defccc05fd7761ce239680 (diff)
downloadmarcuscom-ports-173d2a5ad36bc6133eb7523b3692101e991d7e0f.tar
marcuscom-ports-173d2a5ad36bc6133eb7523b3692101e991d7e0f.tar.gz
marcuscom-ports-173d2a5ad36bc6133eb7523b3692101e991d7e0f.tar.bz2
marcuscom-ports-173d2a5ad36bc6133eb7523b3692101e991d7e0f.tar.lz
marcuscom-ports-173d2a5ad36bc6133eb7523b3692101e991d7e0f.tar.xz
marcuscom-ports-173d2a5ad36bc6133eb7523b3692101e991d7e0f.tar.zst
marcuscom-ports-173d2a5ad36bc6133eb7523b3692101e991d7e0f.zip
OK wait. Adding these updates was a really bad idea. I forgot that
gtkmm-2.3 isn't backwards compatable. Sorry about that. I don't apologize about the gorilla, however. He and I are going to get tacos soon. I like tacos. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1398 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/workrave/Makefile')
-rw-r--r--x11/workrave/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile
deleted file mode 100644
index cf6097e76..000000000
--- a/x11/workrave/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: Workrave
-# Date created: 15 Jul 2003
-# Whom: Koop Mast <einekoai@chello.nl>
-#
-# $FreeBSD: ports/x11/workrave/Makefile,v 1.4 2003/09/26 19:27:34 marcus Exp $
-#
-
-PORTNAME= workrave
-PORTVERSION= 1.4.0
-PORTREVISION= 1
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= einekoai@chello.nl
-COMMENT= A Gnome RSI prevention tool
-
-LIB_DEPENDS= gtkmm-2.3.1:${PORTSDIR}/x11-toolkits/gtk--2 \
- gnomeuimm-2.0:${PORTSDIR}/x11-toolkits/libgnomeuimm \
- gnet-2.0.0:${PORTSDIR}/net/gnet2
-BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomepanel gconf2
-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>