1999-01-08 14:18:43 +00:00
|
|
|
# New ports collection makefile for: gtkfig
|
|
|
|
# Date created: Tue Nov 17 13:51:11 CET 1998
|
|
|
|
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
|
1998-11-19 17:00:26 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-11-19 17:00:26 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gtkfig
|
|
|
|
PORTVERSION= 0.6.0
|
1998-11-19 17:00:26 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://k332.feld.cvut.cz/pub/local/lemming/gtkfig/ \
|
|
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= dirk@FreeBSD.org
|
1998-11-19 17:00:26 +00:00
|
|
|
|
1999-05-29 04:24:51 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
1998-11-19 17:00:26 +00:00
|
|
|
|
1999-05-29 04:24:51 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
1998-11-19 17:00:26 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-05-29 04:24:51 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1998-11-19 17:00:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|