diff options
Diffstat (limited to 'x11-toolkits/gtkdatabox2/Makefile')
-rw-r--r-- | x11-toolkits/gtkdatabox2/Makefile | 25 |
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> |