diff options
Diffstat (limited to 'devel/gnustep')
-rw-r--r-- | devel/gnustep/Makefile | 8 | ||||
-rw-r--r-- | devel/gnustep/pkg-descr | 11 |
2 files changed, 8 insertions, 11 deletions
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index 67feee28c3c8..d58e48c4e581 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= gnustep -PORTVERSION= 1.24.0 +PORTVERSION= 1.28.0 PORTREVISION= 1 CATEGORIES= devel lang gnustep MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= theraven@FreeBSD.org COMMENT= Objective-C libraries based on the OpenStep standard # Backends are slave ports with conflicting plists @@ -21,10 +21,6 @@ USE_GNUSTEP= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_GUI= yes USE_GNUSTEP_BACK= yes -.if !defined(WITH_GNUSTEP_SINGLE_BACKEND) -USE_GNUSTEP_XLIB= yes -USE_GNUSTEP_LIBART= yes USE_GNUSTEP_CAIRO= yes -.endif .include <bsd.port.mk> diff --git a/devel/gnustep/pkg-descr b/devel/gnustep/pkg-descr index ff648a92c60f..dd3b183e6889 100644 --- a/devel/gnustep/pkg-descr +++ b/devel/gnustep/pkg-descr @@ -1,9 +1,10 @@ -GNUstep is a set of general-purpose Objective-C libraries base on the -OpenStep standard developed by NeXT (now Apple) Inc. The libraries -consist of everything from foundation classes, such as dictionaries and -arrays, to GUI interface classes such as windows, sliders, buttons, etc. +GNUstep is a set of general-purpose Objective-C libraries, originally based on +the OpenStep standard jointly developed by NeXT and Sun and now following +Apple's Cocoa APIs. The libraries consist of everything from foundation +classes, such as dictionaries and arrays, to GUI interface classes such as +windows, sliders, buttons, etc. -Please contact the GNUstep maintainers at <discussion@gnustep.org> in +Please contact the GNUstep maintainers at <discuss-gnustep@gnu.org> in case of questions and help offers. WWW: http://www.gnustep.org/ |