diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-27 14:57:46 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-27 14:57:46 +0000 |
commit | 94285709d00076bd49ce465637ff3a500d26d3e9 (patch) | |
tree | 7872a6aab6425e1a94720201229f3fe9915041a4 /x11/xview | |
parent | efa51a069df2c56e15e7abec78534eb7396275f9 (diff) | |
download | pkgsrc-94285709d00076bd49ce465637ff3a500d26d3e9.tar.gz |
Create a meta-pkg to allow easy installation of xview.
OpenLook Toolkit meta-package.
Diffstat (limited to 'x11/xview')
-rw-r--r-- | x11/xview/Makefile | 24 | ||||
-rw-r--r-- | x11/xview/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xview/pkg/DESCR | 15 | ||||
-rw-r--r-- | x11/xview/pkg/PLIST | 2 |
4 files changed, 42 insertions, 0 deletions
diff --git a/x11/xview/Makefile b/x11/xview/Makefile new file mode 100644 index 00000000000..96fa3a1f1ca --- /dev/null +++ b/x11/xview/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 1998/08/27 14:57:46 garbled Exp $ +# + +DISTNAME= xview3.2p1-X11R6 +PKGNAME= xview-3.2.1 +CATEGORIES= x11 +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= root@garbled.net + +DEPENDS+= xview-config-3.2.1:../xview-config +DEPENDS+= xview-lib-3.2.1:../xview-lib +DEPENDS+= xview-clients-3.2.1:../xview-clients + +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_PATCH= yes +NO_BUILD= yes +NO_CONFIGURE= yes + +do-install: # empty + +.include <../../mk/bsd.pkg.mk> diff --git a/x11/xview/pkg/COMMENT b/x11/xview/pkg/COMMENT new file mode 100644 index 00000000000..16ad3138d53 --- /dev/null +++ b/x11/xview/pkg/COMMENT @@ -0,0 +1 @@ +OpenLook Toolkit meta-package. diff --git a/x11/xview/pkg/DESCR b/x11/xview/pkg/DESCR new file mode 100644 index 00000000000..52543057d07 --- /dev/null +++ b/x11/xview/pkg/DESCR @@ -0,0 +1,15 @@ +What Is XView +------------- +XView (X Window-System-based Visual/Integrated Environment for +Workstations) is a user-interface toolkit to support interactive, +graphics-based applications running under the X Window System. XView +provides a set of pre-built, user-interface objects such as canvases, +scrollbars, menus, and control panels. The appearance and functionality +of these objects follow the OPEN LOOK Graphical User Interface (GUI) +specification. XView features an object-oriented style Application +Programmer's Interface (API) that is straightforward and easy to learn. + +This package does not contain anything by itself -- it is a "meta-package" +that depends on other XView packages. Its sole purpose is to require +dependencies so users can install this package only and have all the XView +stuff pulled in by the port/package dependency mechanism. diff --git a/x11/xview/pkg/PLIST b/x11/xview/pkg/PLIST new file mode 100644 index 00000000000..a3937bc7503 --- /dev/null +++ b/x11/xview/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/27 14:57:47 garbled Exp $ +@comment this space left intentionally blank |