mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9a03eeb5ac
PR: ports/8734 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
23 lines
588 B
Makefile
23 lines
588 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$
|
|
#
|
|
|
|
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= ibex@physik.TU-Berlin.DE
|
|
|
|
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \
|
|
GTK_CONFIG=${X11BASE}/bin/gtk11-config
|
|
|
|
.include <bsd.port.mk>
|