diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-03-23 13:02:08 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-03-23 13:02:08 +0800 |
commit | 7beec820c64b966920c572b0b4e1ec18e0172b79 (patch) | |
tree | da5f1b253e35566a20b427f99782d33cb5d6c8fa | |
parent | 528ab6064cb703ac1f4935e7da42fe0473cf5d0e (diff) | |
download | freebsd-ports-gnome-7beec820c64b966920c572b0b4e1ec18e0172b79.tar.gz freebsd-ports-gnome-7beec820c64b966920c572b0b4e1ec18e0172b79.tar.zst freebsd-ports-gnome-7beec820c64b966920c572b0b4e1ec18e0172b79.zip |
- use MASTER_SITE_GNUSTEP
- New package description
-rw-r--r-- | devel/projectcenter.app/Makefile | 4 | ||||
-rw-r--r-- | devel/projectcenter.app/pkg-descr | 16 |
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 |