aboutsummaryrefslogtreecommitdiff
path: root/devel/projectcenter.app
diff options
context:
space:
mode:
Diffstat (limited to 'devel/projectcenter.app')
-rw-r--r--devel/projectcenter.app/Makefile4
-rw-r--r--devel/projectcenter.app/pkg-descr16
2 files changed, 12 insertions, 8 deletions
diff --git a/devel/projectcenter.app/Makefile b/devel/projectcenter.app/Makefile
index 18bbf0545100..fc94e482a362 100644
--- a/devel/projectcenter.app/Makefile
+++ b/devel/projectcenter.app/Makefile
@@ -8,8 +8,10 @@
PORTNAME= projectcenter.app
PORTVERSION= 0.3.2
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/dev-apps/
+MASTER_SITES= ${MASTER_SITE_GNUSTEP} \
+ ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/
DISTNAME= ProjectCenter-${PORTVERSION}
+MASTER_SITE_SUBDIR= dev-apps
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A development environment for GNUstep
diff --git a/devel/projectcenter.app/pkg-descr b/devel/projectcenter.app/pkg-descr
index 2dea604756b8..619571e4bea8 100644
--- a/devel/projectcenter.app/pkg-descr
+++ b/devel/projectcenter.app/pkg-descr
@@ -1,11 +1,13 @@
-ProjectCenter is an application developed for GNUstep which one day should
-become a full blown development environment.
+Project Center is GNUstep's graphical integrated developement environment
+(IDE). It helps you to create all different kinds of projects like
+Applications, Tools, Libraries and Bundles.
-THIS IS A DEVELOPER 'PRE RELEASE RELEASE' ONLY! It is meant to give a
-sneak peak for those who want to help, it is not meant as a usable
-application right now!
+Project Center allows you to easily add and remove, edit and search files;
+writes the project makefiles accordingly and supports you in the actual
+process of building and debugging your project.
-If you want to volunteer, please contact
-Philippe C.D. Robert <phr@3dkit.org>
+Even the management of a big project keeps being easy as Project Center's
+file browser lets you always have a well sorted and categorized overview
+over all the files in your project.
WWW: http://www.gnustep.org/experience/ProjectCenter.html