diff --git a/deskutils/cartotheque/Makefile b/deskutils/cartotheque/Makefile index a5d20f015093..cbeef391351a 100644 --- a/deskutils/cartotheque/Makefile +++ b/deskutils/cartotheque/Makefile @@ -1,27 +1,29 @@ # New ports collection makefile for: cartotheque # Date created: 16 Dec 2006 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # PORTNAME= cartotheque PORTVERSION= 0.1 PORTREVISION= 2 CATEGORIES= deskutils gnustep MASTER_SITES= http://stefan.agentfarms.net/Download/GNUstep/Prototypes/ DISTNAME= Cartotheque-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Managing notes on small cards +LICENSE= LGPL21 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile .include diff --git a/deskutils/cartotheque/pkg-descr b/deskutils/cartotheque/pkg-descr index d5a12d83ff6f..18be5a58417d 100644 --- a/deskutils/cartotheque/pkg-descr +++ b/deskutils/cartotheque/pkg-descr @@ -1,9 +1,9 @@ An application for managing notes on small cards (like punch cards :). The application uses a directory based repository for cards with various contents. Currently only one contents is supported, and that is RTF contents (NSAttributedString) editable by a text view. -LICENSE: LGPL2 +LICENSE: LGPL21 Screenshot: WWW: http://stefan.agentfarms.net/Download/GNUstep/Shots/cartotheque-2.png diff --git a/math/stepulator/Makefile b/math/stepulator/Makefile index 2bf2b526d48f..6f3252d227fe 100644 --- a/math/stepulator/Makefile +++ b/math/stepulator/Makefile @@ -1,31 +1,33 @@ # New ports collection makefile for: stepulator.app # Date created: 30 Aug 2006 # Whom: gurkan@phys.ethz.ch # # $FreeBSD$ # PORTNAME= stepulator PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= math gnustep MASTER_SITES= http://www.linuks.mine.nu/stepulator/ \ ${MASTER_SITE_GNUSTEP_CH} DISTNAME= ${PORTNAME}-gs-${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= dinoex@FreeBSD.org COMMENT= Scientific calculator implementing RPN notation for GNUstep +LICENSE= BSD + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/Stepulator-gs post-install: ${INSTALL_DATA} ${WRKSRC}/LICENSE \ ${GNUSTEP_LOCAL_APPS}/Stepulator.app/Resources/ .include