From b2c38a2e7cfb3e29ee2d330f01d943dc6be6db1f Mon Sep 17 00:00:00 2001 From: dinoex Date: Fri, 16 Jan 2009 13:27:39 +0000 Subject: - install LICENSE --- math/stepulator/Makefile | 6 +++++- math/stepulator/pkg-descr | 2 ++ math/stepulator/pkg-plist | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'math') 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 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 -- cgit