blob: 0d2b945cfe1b0e440dc15fc291d97eb432ea0ce8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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_GTK= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --without-included-gettext \
.include <bsd.port.mk>
|