freebsd-ports/math/abakus/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

27 lines
710 B
Makefile

# Created by: Andy Fawcett <andy@athame.co.uk>
# $FreeBSD$
PORTNAME= abakus
PORTVERSION= 0.92
PORTREVISION= 3
CATEGORIES= math kde
MASTER_SITES= http://purinchu.net/abakus/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple KDE Calculator
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
USE_QT4= moc_build qmake_build rcc_build uic_build
USES= bison cmake tar:bzip2
CMAKE_ARGS= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \
-DCMAKE_REQUIRED_FLAGS:STRING="${LDFLAGS}" \
-DFLEX_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/flex
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>