diff options
author | rh <rh> | 2003-01-03 05:37:33 +0000 |
---|---|---|
committer | rh <rh> | 2003-01-03 05:37:33 +0000 |
commit | c7f078c001c592599b19fc4e9b389ac87b531a39 (patch) | |
tree | 621d894170de958eb554931bedabf11114b27d7b /meta-pkgs | |
parent | 94afa9e35d5ea29cf8ea2d7feeb6848f0471b199 (diff) | |
download | pkgsrc-c7f078c001c592599b19fc4e9b389ac87b531a39.tar.gz |
Initial import of gnustep-1.5.1, a meta-package for GNUstep.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnustep/DESCR | 5 | ||||
-rw-r--r-- | meta-pkgs/gnustep/Makefile | 29 | ||||
-rw-r--r-- | meta-pkgs/gnustep/PLIST | 2 |
3 files changed, 36 insertions, 0 deletions
diff --git a/meta-pkgs/gnustep/DESCR b/meta-pkgs/gnustep/DESCR new file mode 100644 index 00000000000..400d37dddeb --- /dev/null +++ b/meta-pkgs/gnustep/DESCR @@ -0,0 +1,5 @@ + GNUstep provides an Object-Oriented application development framework and +tool set for use on a wide variety of computer platforms. GNUstep is based +on the original OpenStep specification provided by NeXT, Inc. (now Apple). +GNUstep is becoming more and more stable every day and is used in a +production environment by several companies. diff --git a/meta-pkgs/gnustep/Makefile b/meta-pkgs/gnustep/Makefile new file mode 100644 index 00000000000..bdf4717cd99 --- /dev/null +++ b/meta-pkgs/gnustep/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/03 05:37:33 rh Exp $ +# + +DISTNAME= gnustep-1.5.1 +CATEGORIES= meta-pkgs x11 gnustep +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.gnustep.org/ +COMMENT= meta-package for GNUstep + +DEPENDS+= gnustep-examples>0.9.7:../../devel/gnustep-examples +DEPENDS+= gnustep-preferences>1.2.0:../../x11/gnustep-preferences +DEPENDS+= ImageViewer-[0-9]*:../../graphics/ImageViewer +DEPENDS+= 3DKit-[0-9]*:../../graphics/3DKit +DEPENDS+= GNUMail>1.0.3:../../mail/GNUMail + +USE_X11= yes +USE_BUILDLINK2= yes +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: # empty + +.include "../../x11/gnustep-back/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/gnustep/PLIST b/meta-pkgs/gnustep/PLIST new file mode 100644 index 00000000000..37364a1a7ec --- /dev/null +++ b/meta-pkgs/gnustep/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/03 05:37:34 rh Exp $ +@comment this plist intentionally left empty |