diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-01-28 04:08:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-01-28 04:08:23 +0000 |
commit | 3319433d29f3bad4347b3ec9c18e69c86c7faffb (patch) | |
tree | 0f81f239482724a0ec9b0a48b30ea70173b715d5 /x11-toolkits/Xaw3d | |
parent | 919fdc67a889c8e219c8a2c5f4b3b614bc31d032 (diff) | |
download | ports-3319433d29f3bad4347b3ec9c18e69c86c7faffb.tar.gz ports-3319433d29f3bad4347b3ec9c18e69c86c7faffb.zip |
Notes
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/pkg-descr | 6 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/pkg-plist | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 42f2d54bbc15..9b8ae6bd49f3 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -3,15 +3,12 @@ # Date created: 18 November 1994 # Whom: asami # -# $id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $ +# $Id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $ # DISTNAME= Xaw3d-1.0 USE_IMAKE= yes MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/widgets/Xaw3d/R6/ -EXTRACT_SUFX= .tar.gz -PREFIX= /usr/X11R6 -PKG_CMD= pkg_create -N WRKSRC= ${WRKDIR}/lib/Xaw3d .include <bsd.port.mk> diff --git a/x11-toolkits/Xaw3d/pkg-descr b/x11-toolkits/Xaw3d/pkg-descr index 48b65cf5b80e..dd60d1124a12 100644 --- a/x11-toolkits/Xaw3d/pkg-descr +++ b/x11-toolkits/Xaw3d/pkg-descr @@ -1,2 +1,8 @@ Xaw3d is a Xaw (Athena Widget Set) replacement that looks three-dimensional. The author is Kalib Keithley (kaleb@x.org). + +Added is a patch by me (Satoshi) to make the arrow scrollbar look real +bumpy. + +Satoshi +asami@freebsd.org diff --git a/x11-toolkits/Xaw3d/pkg-plist b/x11-toolkits/Xaw3d/pkg-plist index 02c2c2119c81..df8716709555 100644 --- a/x11-toolkits/Xaw3d/pkg-plist +++ b/x11-toolkits/Xaw3d/pkg-plist @@ -1,5 +1,5 @@ @cwd /usr/X11R6 -@mode 755 +@mode 644 lib/libXaw3d.a lib/libXaw3d.so.6.0 include/X11/Xaw3d |