diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-23 07:34:17 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-23 07:34:17 +0000 |
commit | 15edda58257bdb9e969efd3ebf49fa08211f05d3 (patch) | |
tree | 38af29aea1d74c98d3fd93f2eee388c0ca7055a4 /x11/fvwm-wharf | |
parent | c806a63a7757ce1ccefe8d0656dba8f96dd2d048 (diff) | |
download | pkgsrc-15edda58257bdb9e969efd3ebf49fa08211f05d3.tar.gz |
Add new pkg fvwm-wharf.
a copy of AfterStep's Wharf that is compatible with fvwm2
Diffstat (limited to 'x11/fvwm-wharf')
-rw-r--r-- | x11/fvwm-wharf/Makefile | 22 | ||||
-rw-r--r-- | x11/fvwm-wharf/files/md5 | 3 | ||||
-rw-r--r-- | x11/fvwm-wharf/patches/patch-aa | 16 | ||||
-rw-r--r-- | x11/fvwm-wharf/patches/patch-ab | 8 | ||||
-rw-r--r-- | x11/fvwm-wharf/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/fvwm-wharf/pkg/DESCR | 3 | ||||
-rw-r--r-- | x11/fvwm-wharf/pkg/PLIST | 3 |
7 files changed, 56 insertions, 0 deletions
diff --git a/x11/fvwm-wharf/Makefile b/x11/fvwm-wharf/Makefile new file mode 100644 index 00000000000..59d2b1dae79 --- /dev/null +++ b/x11/fvwm-wharf/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 1998/08/23 07:34:17 garbled Exp $ + +DISTNAME= AfterStep-1.0 +PKGNAME= fvwm-wharf-1.0 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.afterstep.org/pub/ + +MAINTAINER= root@garbled.net +HOMEPAGE= http://www.afterstep.org + +DEPENDS= xpm-3.4k:../../graphics/xpm + +USE_X11= yes + +do-configure: + (cd ${WRKSRC} ; xmkmf ; make Makefiles) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/modules/Wharf/Wharf ${PREFIX}/bin/Fvwm-Wharf + ${INSTALL_MAN} ${WRKSRC}/modules/Wharf/Wharf.man ${PREFIX}/man/man1/Fvwm-Wharf.1 + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/fvwm-wharf/files/md5 b/x11/fvwm-wharf/files/md5 new file mode 100644 index 00000000000..8347108bf45 --- /dev/null +++ b/x11/fvwm-wharf/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1 1998/08/23 07:34:17 garbled Exp $ + +MD5 (AfterStep-1.0.tar.gz) = 2c56247e1914e25a455df3c8d03b0663 diff --git a/x11/fvwm-wharf/patches/patch-aa b/x11/fvwm-wharf/patches/patch-aa new file mode 100644 index 00000000000..929e762cabb --- /dev/null +++ b/x11/fvwm-wharf/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1 1998/08/23 07:34:17 garbled Exp $ +--- Imakefile.orig Sun Mar 9 07:03:27 1997 ++++ Imakefile Sat Aug 22 02:33:41 1998 +@@ -13,11 +13,3 @@ + +-ALLSUBDIRS = lib \ +- afterstep \ +- modules/Audio \ +- modules/Auto \ +- modules/Wharf \ +- modules/Banner \ +- modules/Pager \ +- modules/asclock \ +- modules/Animate ++ALLSUBDIRS = lib modules/Wharf + diff --git a/x11/fvwm-wharf/patches/patch-ab b/x11/fvwm-wharf/patches/patch-ab new file mode 100644 index 00000000000..5b16faac461 --- /dev/null +++ b/x11/fvwm-wharf/patches/patch-ab @@ -0,0 +1,8 @@ +$NetBSD: patch-ab,v 1.1 1998/08/23 07:34:17 garbled Exp $ +--- modules/Wharf/Imakefile.orig Sat Aug 22 03:31:52 1998 ++++ modules/Wharf/Imakefile Sat Aug 22 03:32:33 1998 +@@ -17,3 +17,3 @@ + +-#ifdef AlphaArchitecture ++#if defined(AlphaArchitecture) && !defined(NetBSDArchitecture) + LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -ldnet_stub -L../../lib -lafterstep diff --git a/x11/fvwm-wharf/pkg/COMMENT b/x11/fvwm-wharf/pkg/COMMENT new file mode 100644 index 00000000000..e750a3f83e2 --- /dev/null +++ b/x11/fvwm-wharf/pkg/COMMENT @@ -0,0 +1 @@ +a copy of AfterStep's Wharf that is compatible with fvwm2 diff --git a/x11/fvwm-wharf/pkg/DESCR b/x11/fvwm-wharf/pkg/DESCR new file mode 100644 index 00000000000..cad2f6176a5 --- /dev/null +++ b/x11/fvwm-wharf/pkg/DESCR @@ -0,0 +1,3 @@ +This copy of Wharf is taken from Afterstep-1.0. It is mostly +compatible with FVWM2 because back then the API didn't differ +all that much. diff --git a/x11/fvwm-wharf/pkg/PLIST b/x11/fvwm-wharf/pkg/PLIST new file mode 100644 index 00000000000..b8438b77f43 --- /dev/null +++ b/x11/fvwm-wharf/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/23 07:34:17 garbled Exp $ +man/man1/Fvwm-Wharf.1 +bin/Fvwm-Wharf |