diff options
author | beech <beech@FreeBSD.org> | 2008-07-12 02:58:32 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-07-12 02:58:32 +0800 |
commit | 7138936d582b12e51a02502f69abde2e73a019d6 (patch) | |
tree | 18850ebffdd6a8c5df801b7e97ca21060884a116 /x11-toolkits | |
parent | 9be0530c685c605cccab4f2a29392847c3d48414 (diff) | |
download | freebsd-ports-gnome-7138936d582b12e51a02502f69abde2e73a019d6.tar.gz freebsd-ports-gnome-7138936d582b12e51a02502f69abde2e73a019d6.tar.zst freebsd-ports-gnome-7138936d582b12e51a02502f69abde2e73a019d6.zip |
- Mark deprecated
- Pass maintainership to submitter
PR: ports/123937
Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Approved by: portmgr, linimon (maintainer timeout >6 months)
Diffstat (limited to 'x11-toolkits')
-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 |