1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/graphics/gtkfig/Makefile
Steve Price 7c8c1c11f3 Update to use gtk version 1.2.3.
PR:		11846
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:24:51 +00:00

25 lines
621 B
Makefile

# New ports collection makefile for: gtkfig
# Version required: 0.6.0
# Date created: Tue Nov 17 13:51:11 CET 1998
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
# $Id: Makefile,v 1.2 1999/01/08 14:18:42 dirk Exp $
#
DISTNAME= gtkfig-0.6.0
CATEGORIES= graphics
MASTER_SITES= ftp://k332.feld.cvut.cz/pub/local/lemming/gtkfig/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
MAINTAINER= dirk@FreeBSD.ORG
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>