freebsd-ports/x11-toolkits/gtkdatabox2/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

26 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= 3
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:13
INSTALLS_SHLIB= yes
CONFLICTS= gtkdatabox-0.1.*
.include <bsd.port.mk>