freebsd-ports/math/stepulator/Makefile
Dirk Meyer 5f18e6915d Stepulator is a scientific calculator implementing the RPN notation.
It is developed in Objective-C and is currently being maintained on GNUstep
and Mac OS X (Cocoa).
PR:		102684
Submitted by:	Gürkan Sengün
2006-09-07 17:18:40 +00:00

28 lines
676 B
Makefile

# New ports collection makefile for: stepulator.app
# Date created: 30 Aug 2006
# Whom: gurkan@linuks.mine.nu
#
# $FreeBSD$
#
PORTNAME= stepulator
PORTVERSION= 1.0
CATEGORIES= math
MASTER_SITES= http://www.linuks.mine.nu/stepulator/ \
http://florida.ethz.ch/ports/distfiles/
DISTNAME= ${PORTNAME}-gs-${PORTVERSION}
EXTRACT_SUFX= .tar.Z
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= Scientific calculator implementing RPN notation for GNUstep
WRKSRC= ${WRKDIR}/Stepulator-gs
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
.include <bsd.port.mk>