1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

new port of aewm 0.9.19, an ICCCM-compliant window manager based on 9wm

This commit is contained in:
Trevor Johnson 2000-12-17 05:36:32 +00:00
parent 014646c999
commit 111afd1b67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36038
6 changed files with 69 additions and 0 deletions

View File

@ -3,6 +3,7 @@
SUBDIR += 9menu
SUBDIR += 9wm
SUBDIR += aewm
SUBDIR += afterstep
SUBDIR += afterstep-i18n
SUBDIR += afterstep-stable

42
x11-wm/aewm/Makefile Normal file
View File

@ -0,0 +1,42 @@
# New ports collection makefile for: aewm
# Date created: 2000-12-16
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= aewm
PORTVERSION= 0.9.19
CATEGORIES= x11-wm
MASTER_SITES= http://www.red-bean.com/~decklin/aewm/
MAINTAINER= trevor@FreeBSD.org
BINS= aewm
DOCDIR= share/doc/${PORTNAME}
DOCS= Changelog README TODO
MAN1= aewm.1
PLIST= ${WRKDIR}/pkg-plist
USE_GMAKE= yes
USE_X_PREFIX= yes
pre-install:
${ECHO} bin/aewm > ${PLIST}
.if !defined(NOPORTDOCS)
for i in ${DOCS}; \
do ${ECHO} ${DOCDIR}/$${i} >> ${PLIST}; \
done
${ECHO} @dirrm ${DOCDIR} >> ${PLIST}
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/aewm ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/aewm.1x ${PREFIX}/man/man1/aewm.1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/${DOCDIR}
for i in ${DOCS}; \
do ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR}; \
done
.endif
.include <bsd.port.mk>

1
x11-wm/aewm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (aewm-0.9.19.tar.gz) = 071dc4f8e2d2d17787ed8dfd6047b11e

View File

@ -0,0 +1,15 @@
--- Makefile.orig Mon Nov 6 17:30:23 2000
+++ Makefile Sat Dec 16 20:53:51 2000
@@ -2,10 +2,9 @@
# Copyright (c) 1998-2000 Decklin Foster <decklin@red-bean.com>
# Free software! Please see README for details and license. --
-CC = gcc
-CFLAGS = -g -O2 -Wall
+CC ?= gcc
-XROOT = $(DESTDIR)/usr/X11R6
+XROOT = $(X11BASE)
INCLUDES = -I$(XROOT)/include
LDPATH = -L$(XROOT)/lib
LIBS = -lXext -lX11

1
x11-wm/aewm/pkg-comment Normal file
View File

@ -0,0 +1 @@
ICCCM-compliant window manager based on 9wm

9
x11-wm/aewm/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
This is a minimalist window manager which implements the ICCCM.
It provides titlebars, and allows raising, lowering, resizing, and
hiding (but not un-hiding) windows. Placement of new windows
depends on the position of the pointer. It is partly based on 9wm.
WWW: http://www.red-bean.com/~decklin/aewm/
Trevor Johnson
trevor@FreeBSD.org