diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-11 18:58:32 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-11 18:58:32 +0000 |
commit | 42348b0b641e33df547001e2a4d612e22a87c00e (patch) | |
tree | 5d42d605e6bcaf4cdf1a8a421103903c496cf55c /x11-toolkits/gtkdatabox2/Makefile | |
parent | d284e409ba214da3cadb9f893fbce18e11d48bac (diff) | |
download | ports-42348b0b641e33df547001e2a4d612e22a87c00e.tar.gz ports-42348b0b641e33df547001e2a4d612e22a87c00e.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkdatabox2/Makefile')
-rw-r--r-- | x11-toolkits/gtkdatabox2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/gtkdatabox2/Makefile b/x11-toolkits/gtkdatabox2/Makefile index 74f5ba7d5eab..b6820959973b 100644 --- a/x11-toolkits/gtkdatabox2/Makefile +++ b/x11-toolkits/gtkdatabox2/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.eudoxos.de/gtk/gtkdatabox/download/ DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} DIST_SUBDIR= gnome2 -MAINTAINER= leoz.2005@gmail.com +MAINTAINER= shuvaev@physik.uni-wuerzburg.de COMMENT= A GTK+2 widget to display large amounts of numerical data USE_LDCONFIG= yes @@ -21,6 +21,9 @@ USE_GNOME= gnomehack gtk20 USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+= --includedir="${PREFIX}/include/${PORTNAME:S/2//}" +DEPRECATED= please use x11-toolkits/gtkdatabox instead +EXPIRATION_DATE= 2008-08-11 + OPTIONS= GLADE "Enable libglade2 support" off \ GLADEUI "Enable glade3 support" off |