diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-16 13:27:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-01-16 13:27:39 +0000 |
commit | d8502386526d42bfe7a67029bd9553ffb1565d17 (patch) | |
tree | af34b1c4bd04768fcbe65a0fcefb6481e863ff46 /math | |
parent | 75b7b8c69cb747d0c3617bf55817531c47b78d24 (diff) | |
download | ports-d8502386526d42bfe7a67029bd9553ffb1565d17.tar.gz ports-d8502386526d42bfe7a67029bd9553ffb1565d17.zip |
Notes
Diffstat (limited to 'math')
-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 |