summaryrefslogtreecommitdiff
path: root/math/stepulator
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-01-13 03:57:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-01-13 03:57:25 +0000
commitd7f59ea8de230bb289b02649cd575560e4c71e0d (patch)
treeeae797f7211f5c20b5be446f4fa649681b374597 /math/stepulator
parent- update to use new bsd.gnustep.mk (diff)
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Notes
Notes: svn path=/head/; revision=182275
Diffstat (limited to 'math/stepulator')
-rw-r--r--math/stepulator/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/stepulator/Makefile b/math/stepulator/Makefile
index 742f1e65d7c5..17c11d0edc3e 100644
--- a/math/stepulator/Makefile
+++ b/math/stepulator/Makefile
@@ -9,20 +9,19 @@ PORTNAME= stepulator
PORTVERSION= 1.0
CATEGORIES= math
MASTER_SITES= http://www.linuks.mine.nu/stepulator/ \
- http://io.debian.net/~tar/ports/distfiles/
+ ${MASTER_SITE_GNUSTEP_CH}
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
+
+WRKSRC= ${WRKDIR}/Stepulator-gs
.include <bsd.port.mk>