mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
25 lines
464 B
Makefile
25 lines
464 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: gtkdatabox
|
|
# Date created: Mar 20, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkdatabox
|
|
PORTVERSION= 0.1.13.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://www.eudoxos.de/gtk/gtkdatabox/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display large amounts of numerical data fast and easy
|
|
|
|
CONFLICTS= gtkdatabox2-*
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|