aboutsummaryrefslogtreecommitdiff
path: root/math/stepulator
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-06-11 08:22:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-06-11 08:22:59 +0000
commitc932b2204084ff0af5242df452a2f9fd705dfba3 (patch)
tree9076b826cd3a20f8e53b2487803506ec056d1270 /math/stepulator
parentd8b08b353feeed485871523e794d2d0ab2759e3e (diff)
downloadports-c932b2204084ff0af5242df452a2f9fd705dfba3.tar.gz
ports-c932b2204084ff0af5242df452a2f9fd705dfba3.zip
Notes
Diffstat (limited to 'math/stepulator')
-rw-r--r--math/stepulator/Makefile4
-rw-r--r--math/stepulator/pkg-descr1
2 files changed, 5 insertions, 0 deletions
diff --git a/math/stepulator/Makefile b/math/stepulator/Makefile
index 6f3252d227fe..940c96ef4980 100644
--- a/math/stepulator/Makefile
+++ b/math/stepulator/Makefile
@@ -18,6 +18,7 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= Scientific calculator implementing RPN notation for GNUstep
LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
@@ -26,6 +27,9 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/Stepulator-gs
+post-extract:
+ ${LN} ${WRKSRC}/LICENSE ${WRKSRC}/COPYRIGHT
+
post-install:
${INSTALL_DATA} ${WRKSRC}/LICENSE \
${GNUSTEP_LOCAL_APPS}/Stepulator.app/Resources/
diff --git a/math/stepulator/pkg-descr b/math/stepulator/pkg-descr
index 8190c32ea1e3..6f8becb546fd 100644
--- a/math/stepulator/pkg-descr
+++ b/math/stepulator/pkg-descr
@@ -3,5 +3,6 @@ It is developed in Objective-C and is currently being maintained on GNUstep
and Mac OS X (Cocoa).
LICENSE: BSD 2-clause
+Copyright (c) 2003, Carduus development. All rights reserved.
WWW: http://www.linuks.mine.nu/stepulator/