summaryrefslogtreecommitdiff
path: root/math/libqalculate/Makefile
blob: 7e48c65193a4b1d4cb9d6b26a3706b69c56f259b (plain)
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
28
29
30
31
# New ports collection makefile for:   libqalculate
# Date created:        03 June 2004
# Whom:                Sergey Akifyev <asa@agava.com>
#
# $FreeBSD$
#

PORTNAME=	libqalculate
PORTVERSION=	0.9.3
CATEGORIES=	math
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	qalculate

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Very powerful GUI calculator for GNOME (backend library)

LIB_DEPENDS=	cln.4:${PORTSDIR}/math/cln

USE_GMAKE=	yes
USE_GETTEXT=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	intlhack gnomehack glib20 libxml2
INSTALLS_SHLIB=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
IGNORE=		does not build on FreeBSD 4.x
.endif

.include <bsd.port.post.mk>