diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-11 16:22:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-11 16:22:59 +0800 |
commit | 98570c258983d06b6a064806988834e8ebb4c8d7 (patch) | |
tree | 162c7a340b536631ecae43a52c2b79b22e54bae8 /math | |
parent | 31ed625b007d7c6a9c75f9291ad68dc515f852f9 (diff) | |
download | freebsd-ports-gnome-98570c258983d06b6a064806988834e8ebb4c8d7.tar.gz freebsd-ports-gnome-98570c258983d06b6a064806988834e8ebb4c8d7.tar.zst freebsd-ports-gnome-98570c258983d06b6a064806988834e8ebb4c8d7.zip |
- add COPYRIGHT
Diffstat (limited to 'math')
-rw-r--r-- | math/stepulator/Makefile | 4 | ||||
-rw-r--r-- | math/stepulator/pkg-descr | 1 |
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/ |