1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/math/graphthing/Makefile
Mario Sergio Fujikawa Ferreira 4c41f42514 Deploy USE_GNOMENG infrastructure
PR:		42208
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-30 14:07:44 +00:00

27 lines
502 B
Makefile

# ex:ts=8
# Ports collection makefile for: GraphThing
# Date created: Feb 10, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= graphthing
PORTVERSION= 0.7
CATEGORIES= math
MASTER_SITES= http://members.optushome.com.au/davidsymonds/gt/
MAINTAINER= freebsdports@arved.de
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
USE_GNOMENG= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --without-included-gettext \
.include <bsd.port.mk>