From a31eb52370c7d7f23cda9bf699173d14036d57d2 Mon Sep 17 00:00:00 2001 From: obraun Date: Wed, 22 Jan 2003 22:14:25 +0000 Subject: Add ahwm 0.90, an X11 window manager. PR: ports/47358 Submitted by: Volker Stolz --- x11-wm/Makefile | 1 + x11-wm/ahwm/Makefile | 23 +++++++++++++++++++++++ x11-wm/ahwm/distinfo | 1 + x11-wm/ahwm/pkg-comment | 1 + x11-wm/ahwm/pkg-descr | 3 +++ x11-wm/ahwm/pkg-plist | 1 + 6 files changed, 30 insertions(+) create mode 100644 x11-wm/ahwm/Makefile create mode 100644 x11-wm/ahwm/distinfo create mode 100644 x11-wm/ahwm/pkg-comment create mode 100644 x11-wm/ahwm/pkg-descr create mode 100644 x11-wm/ahwm/pkg-plist (limited to 'x11-wm') diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 6a8aba3381b4..0b12341bef17 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -8,6 +8,7 @@ SUBDIR += afterstep SUBDIR += afterstep-i18n SUBDIR += afterstep-stable + SUBDIR += ahwm SUBDIR += alloywm SUBDIR += amaterus SUBDIR += amiwm diff --git a/x11-wm/ahwm/Makefile b/x11-wm/ahwm/Makefile new file mode 100644 index 000000000000..8cf487fa9cb1 --- /dev/null +++ b/x11-wm/ahwm/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# New ports collection makefile for: ahwm +# Date created: 2003-01-22 +# Whom: Volker Stolz +# +# $FreeBSD$ +# + +PORTNAME= ahwm +PORTVERSION= 0.90 +CATEGORIES= x11-wm +MASTER_SITES= http://people.cs.uchicago.edu/~ahiorean/ahwm/ + +MAINTAINER= ports@FreeBSD.org + +USE_X_PREFIX= yes + +GNU_CONFIGURE= yes + +MAN5= ahwmrc.5 +MLINKS= ahwmrc.5 ahwm.5 + +.include diff --git a/x11-wm/ahwm/distinfo b/x11-wm/ahwm/distinfo new file mode 100644 index 000000000000..c4af29720f7e --- /dev/null +++ b/x11-wm/ahwm/distinfo @@ -0,0 +1 @@ +MD5 (ahwm-0.90.tar.gz) = 995365bb57f473153e687d13cdc2936f diff --git a/x11-wm/ahwm/pkg-comment b/x11-wm/ahwm/pkg-comment new file mode 100644 index 000000000000..fca76ad45ddd --- /dev/null +++ b/x11-wm/ahwm/pkg-comment @@ -0,0 +1 @@ +An X11 window manager diff --git a/x11-wm/ahwm/pkg-descr b/x11-wm/ahwm/pkg-descr new file mode 100644 index 000000000000..9885bebab3f4 --- /dev/null +++ b/x11-wm/ahwm/pkg-descr @@ -0,0 +1,3 @@ +AHWM is an X11 window manager. + +WWW: http://people.cs.uchicago.edu/~ahiorean/ahwm/ diff --git a/x11-wm/ahwm/pkg-plist b/x11-wm/ahwm/pkg-plist new file mode 100644 index 000000000000..f55d2baa1921 --- /dev/null +++ b/x11-wm/ahwm/pkg-plist @@ -0,0 +1 @@ +bin/ahwm -- cgit