2006-09-07 19:18:40 +02:00
|
|
|
# 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/ \
|
2006-11-21 16:23:19 +01:00
|
|
|
http://io.debian.net/~tar/ports/distfiles/
|
2006-09-07 19:18:40 +02:00
|
|
|
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>
|