mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
28 lines
701 B
Makefile
28 lines
701 B
Makefile
# 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>
|