mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
27 lines
583 B
Makefile
27 lines
583 B
Makefile
# New ports collection makefile for: gtkdatabox2
|
|
# Date created: 2004-07-03
|
|
# Whom: Leonid Zolotarev <leoz.2005@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkdatabox2
|
|
PORTVERSION= 0.2.4.5
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://www.eudoxos.de/gtk/gtkdatabox/download/
|
|
DISTNAME= gtkdatabox-${PORTVERSION}
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= leoz.2005@gmail.com
|
|
COMMENT= A GTK+2 widget to display large amounts of numerical data
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk20
|
|
USE_AUTOTOOLS= libtool:15
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFLICTS= gtkdatabox-0.1.*
|
|
|
|
.include <bsd.port.mk>
|