diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-14 09:37:45 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-14 09:37:45 +0000 |
commit | 8a35be8cee88e167f2668f8ca3c7b103e7820856 (patch) | |
tree | 2b332b2c39aa5cf8582e95940e8f4afa856e215d /x11-wm/amiwm | |
parent | 6fca32a5ddf68419e8ce6af6aae20ec7cd9dac29 (diff) | |
download | ports-8a35be8cee88e167f2668f8ca3c7b103e7820856.tar.gz ports-8a35be8cee88e167f2668f8ca3c7b103e7820856.zip |
Notes
Diffstat (limited to 'x11-wm/amiwm')
-rw-r--r-- | x11-wm/amiwm/Makefile | 29 | ||||
-rw-r--r-- | x11-wm/amiwm/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/amiwm/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/amiwm/pkg-descr | 8 | ||||
-rw-r--r-- | x11-wm/amiwm/pkg-plist | 13 |
5 files changed, 52 insertions, 0 deletions
diff --git a/x11-wm/amiwm/Makefile b/x11-wm/amiwm/Makefile new file mode 100644 index 000000000000..633b43338dc8 --- /dev/null +++ b/x11-wm/amiwm/Makefile @@ -0,0 +1,29 @@ +# New ports collection Makefile for: amiwm-0.20pl28 +# Version required: 0.20pl28 +# Date created: 13 November 1997 +# Whom: Douglas Carmichael <dcarmich@mcs.com> +# +# $Id$ +# + +DISTNAME= amiwm0.20pl28 +PKGNAME= amiwm-0.20p28 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/amiwm +GNU_CONFIGURE= yes +USE_X11= yes +MAN1= amiwm.1 + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/amiwm + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/amiwm + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amiwm + ${INSTALL_DATA} ${WRKSRC}/README.modules ${PREFIX}/share/doc/amiwm +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/amiwm/distinfo b/x11-wm/amiwm/distinfo new file mode 100644 index 000000000000..61b93b53a2d3 --- /dev/null +++ b/x11-wm/amiwm/distinfo @@ -0,0 +1 @@ +MD5 (amiwm0.20pl28.tar.gz) = f8f938cdf282f8402ca996b8fcab0f4f diff --git a/x11-wm/amiwm/pkg-comment b/x11-wm/amiwm/pkg-comment new file mode 100644 index 000000000000..2038bde75093 --- /dev/null +++ b/x11-wm/amiwm/pkg-comment @@ -0,0 +1 @@ +A window manager that makes your desktop look like an Amiga(TM). diff --git a/x11-wm/amiwm/pkg-descr b/x11-wm/amiwm/pkg-descr new file mode 100644 index 000000000000..bbf5f35776a1 --- /dev/null +++ b/x11-wm/amiwm/pkg-descr @@ -0,0 +1,8 @@ +Original author: Marcus Comstedt (marcus@lysator.liu.se) +Amiga and Workbench are registered trademarks of Amiga Technologies GMBH. + +This is a port of amiwm, a window manager to make your desktop look like an +Amiga(TM). + +- Douglas Carmichael +<dcarmich@mcs.com> diff --git a/x11-wm/amiwm/pkg-plist b/x11-wm/amiwm/pkg-plist new file mode 100644 index 000000000000..0fee07b44aed --- /dev/null +++ b/x11-wm/amiwm/pkg-plist @@ -0,0 +1,13 @@ +bin/amiwm +man/man1/amiwm.1.gz +lib/amiwm/requestchoice +lib/amiwm/executecmd +lib/amiwm/Background +lib/amiwm/Keyboard +lib/amiwm/system.amiwmrc +lib/amiwm/def_tool.info +share/doc/amiwm/INSTALL +share/doc/amiwm/README +share/doc/amiwm/README.modules +@dirrm lib/amiwm +@dirrm share/doc/amiwm |