aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkdatabox2/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-07 06:55:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-07 06:55:33 +0000
commit593f3b1737fdc84ce894075ef60dfb78c2d7ddf9 (patch)
tree3161fbd61883172562e0e30b50b04add6d796d84 /x11-toolkits/gtkdatabox2/Makefile
parentb1f58d2247321687cbdaa00a715d6e996d30f9e6 (diff)
downloadports-593f3b1737fdc84ce894075ef60dfb78c2d7ddf9.tar.gz
ports-593f3b1737fdc84ce894075ef60dfb78c2d7ddf9.zip
Notes
Diffstat (limited to 'x11-toolkits/gtkdatabox2/Makefile')
-rw-r--r--x11-toolkits/gtkdatabox2/Makefile25
1 files changed, 14 insertions, 11 deletions
diff --git a/x11-toolkits/gtkdatabox2/Makefile b/x11-toolkits/gtkdatabox2/Makefile
index 6ec1abfbc9b9..a0c26294a840 100644
--- a/x11-toolkits/gtkdatabox2/Makefile
+++ b/x11-toolkits/gtkdatabox2/Makefile
@@ -1,22 +1,25 @@
-# ex:ts=8
-# Ports collection makefile for: gtkdatabox
-# Date created: Mar 20, 2002
-# Whom: ijliao
+# New ports collection makefile for: gtkdatabox2
+# Date created: 2004-07-03
+# Whom: Leonid Zolotarev <leoz@saunalahti.fi>
#
# $FreeBSD$
#
-PORTNAME= gtkdatabox
-PORTVERSION= 0.1.13.0
-PORTREVISION= 1
+PORTNAME= gtkdatabox2
+PORTVERSION= 0.2.4.5
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.eudoxos.de/gtk/gtkdatabox/download/
+DISTNAME= gtkdatabox-${PORTVERSION}
+DIST_SUBDIR= gnome2
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Display large amounts of numerical data fast and easy
+MAINTAINER= leoz@saunalahti.fi
+COMMENT= A GTK+2 widget to display large amounts of numerical data
USE_X_PREFIX= yes
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
+USE_GNOME= gtk20
+USE_LIBTOOL_VER=13
+INSTALLS_SHLIB= yes
+
+CONFLICTS= gtkdatabox-0.1.*
.include <bsd.port.mk>