blob: 68795a62ee240fcd610a5c037cbaa7139eb14044 (
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
26
27
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= gcalctool
PORTVERSION= 6.6.2
PORTEPOCH= 2
CATEGORIES= math gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 calculator tool based on the old calctool for OpenWindows
BUILD_DEPENDS= yelp-build:${PORTSDIR}/textproc/yelp-tools \
itstool:${PORTSDIR}/textproc/itstool
USE_XZ= yes
USES= bison gettext gmake pathfix pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gconf2 gnomeprefix gtk30 intlhack libxml2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.gcalctool.gschema.xml
.include <bsd.port.mk>
|