blob: 568aff55db281638db8cc0413344cec19bf78e41 (
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
|
# New ports collection makefile for: abakus
# Date created: 3 January 2005
# Whom: Andy Fawcett <andy@athame.co.uk>
#
# $FreeBSD$
PORTNAME= abakus
PORTVERSION= 0.91
PORTREVISION= 10
CATEGORIES= math kde
MASTER_SITES= http://purinchu.net/abakus/ \
http://www.athame.co.uk/mirror/
MAINTAINER= ports@FreeBSD.org
COMMENT= Michael Pyne's Abakus Calculator
BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
USE_BZIP2= yes
USE_KDELIBS_VER=3
HAS_CONFIGURE= yes
CONFIGURE_ARGS= bison=no flex=no prefix=${PREFIX} extraincludes=${LOCALBASE}
_NO_KDE_CONFTARGET_HACK= yes
QT_NONSTANDARD= yes
.include <bsd.port.mk>
|