1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/math/libqalculate/Makefile
Jean-Yves Lefort c61709aca4 - Update to 0.9.0 [1]
- Move to ${LOCALBASE}, since it does not depend on X [2]
- Cleanup USE_GNOME
- Remove USE_GCC=3.4+ and change BROKEN to IGNORE on 4.x

[1]:
PR:		ports/90331
Submitted by:	maintainer
[2]:
Approved by:	maintainer
2005-12-24 22:10:16 +00:00

31 lines
660 B
Makefile

# New ports collection makefile for: libqalculate
# Date created: 03 June 2004
# Whom: Sergey Akifyev <asa@agava.com>
#
# $FreeBSD$
#
PORTNAME= libqalculate
PORTVERSION= 0.9.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= qalculate
MAINTAINER= asa@agava.com
COMMENT= Very powerful GUI calculator for GNOME (backend library)
LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
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>