diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-01-16 21:27:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-01-16 21:27:39 +0800 |
commit | b2c38a2e7cfb3e29ee2d330f01d943dc6be6db1f (patch) | |
tree | 7a042663f0b1211c171897a060e174db2047ee75 /math/stepulator | |
parent | 2c92646ff5f728ca9fa63605f1af09d1f222e8bb (diff) | |
download | freebsd-ports-gnome-b2c38a2e7cfb3e29ee2d330f01d943dc6be6db1f.tar.gz freebsd-ports-gnome-b2c38a2e7cfb3e29ee2d330f01d943dc6be6db1f.tar.zst freebsd-ports-gnome-b2c38a2e7cfb3e29ee2d330f01d943dc6be6db1f.zip |
- install LICENSE
Diffstat (limited to 'math/stepulator')
-rw-r--r-- | math/stepulator/Makefile | 6 | ||||
-rw-r--r-- | math/stepulator/pkg-descr | 2 | ||||
-rw-r--r-- | math/stepulator/pkg-plist | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/math/stepulator/Makefile b/math/stepulator/Makefile index 326fdfe3c360..e4c4a8d52216 100644 --- a/math/stepulator/Makefile +++ b/math/stepulator/Makefile @@ -7,7 +7,7 @@ PORTNAME= stepulator PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math gnustep MASTER_SITES= http://www.linuks.mine.nu/stepulator/ \ ${MASTER_SITE_GNUSTEP_CH} @@ -25,4 +25,8 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/Stepulator-gs +post-install: + ${INSTALL_DATA} ${WRKSRC}/LICENSE \ + ${GNUSTEP_LOCAL_APPS}/Stepulator.app/Resources/ + .include <bsd.port.mk> diff --git a/math/stepulator/pkg-descr b/math/stepulator/pkg-descr index 2f6a1d72105e..8190c32ea1e3 100644 --- a/math/stepulator/pkg-descr +++ b/math/stepulator/pkg-descr @@ -2,4 +2,6 @@ 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). +LICENSE: BSD 2-clause + WWW: http://www.linuks.mine.nu/stepulator/ diff --git a/math/stepulator/pkg-plist b/math/stepulator/pkg-plist index 9c3a37c6933c..b73f083f4f1f 100644 --- a/math/stepulator/pkg-plist +++ b/math/stepulator/pkg-plist @@ -1,4 +1,5 @@ Local/Applications/Stepulator.app/Resources/Info-gnustep.plist +Local/Applications/Stepulator.app/Resources/LICENSE Local/Applications/Stepulator.app/Resources/Stepulator.desktop Local/Applications/Stepulator.app/Resources/Stepulator.gorm/data.classes Local/Applications/Stepulator.app/Resources/Stepulator.gorm/objects.gorm |