46a4d69571
big upgrade.
26 lines
574 B
Makefile
26 lines
574 B
Makefile
# New ports collection makefile for: gtkdatabox2
|
|
# Date created: 2004-07-03
|
|
# Whom: Leonid Zolotarev <leoz@saunalahti.fi>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkdatabox2
|
|
PORTVERSION= 0.2.4.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://www.eudoxos.de/gtk/gtkdatabox/download/
|
|
DISTNAME= gtkdatabox-${PORTVERSION}
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= leoz@saunalahti.fi
|
|
COMMENT= A GTK+2 widget to display large amounts of numerical data
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk20
|
|
USE_LIBTOOL_VER=13
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFLICTS= gtkdatabox-0.1.*
|
|
|
|
.include <bsd.port.mk>
|