mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
ee0b165a5b
PR: ports/102754 Submitted by: Andy Fawcett <andy(at)athame.co.uk> (maintainer)
31 lines
738 B
Makefile
31 lines
738 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
|
|
CATEGORIES= math kde
|
|
MASTER_SITES= http://grammarian.homelinux.net/abakus/ \
|
|
http://www.athame.co.uk/mirror/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= andy@athame.co.uk
|
|
COMMENT= Michael Pyne's Abakus Calculator
|
|
|
|
BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \
|
|
bison:${PORTSDIR}/devel/bison2
|
|
LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4
|
|
|
|
PREFIX=${LOCALBASE}
|
|
USE_KDELIBS_VER=3
|
|
_NO_KDE_CONFTARGET_HACK= yes
|
|
QT_NONSTANDARD= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
PREFIX= ${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|