diff options
Diffstat (limited to 'x11-wm/ahwm/Makefile')
-rw-r--r-- | x11-wm/ahwm/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-wm/ahwm/Makefile b/x11-wm/ahwm/Makefile new file mode 100644 index 00000000000..8cf487fa9cb --- /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 <stolz@i2.informatik.rwth-aachen.de> +# +# $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 <bsd.port.mk> |