mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
8503536d38
Approved by: portmgr (kris)
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= 4
|
|
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>
|