mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Import amiwm port. amiwm is a window manager that makes your desktop
look like an Amiga(TM). PR: 5035 Submitted by: Douglas Carmichael <dcarmich@mcs.com>
This commit is contained in:
parent
6fca32a5dd
commit
8a35be8cee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8611
29
x11-wm/amiwm/Makefile
Normal file
29
x11-wm/amiwm/Makefile
Normal file
@ -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>
|
1
x11-wm/amiwm/distinfo
Normal file
1
x11-wm/amiwm/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (amiwm0.20pl28.tar.gz) = f8f938cdf282f8402ca996b8fcab0f4f
|
1
x11-wm/amiwm/pkg-comment
Normal file
1
x11-wm/amiwm/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A window manager that makes your desktop look like an Amiga(TM).
|
8
x11-wm/amiwm/pkg-descr
Normal file
8
x11-wm/amiwm/pkg-descr
Normal file
@ -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>
|
13
x11-wm/amiwm/pkg-plist
Normal file
13
x11-wm/amiwm/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user