mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
32 lines
606 B
Makefile
32 lines
606 B
Makefile
# 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://people.cs.uchicago.edu/~ahiorean/ahwm/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An X11 window manager
|
|
|
|
USE_XORG= x11 xext
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ARGS= prefix=${PREFIX} exec_prefix=${PREFIX}
|
|
|
|
MAN5= ahwmrc.5
|
|
MLINKS= ahwmrc.5 ahwm.5
|
|
PLIST_FILES= bin/ahwm
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,@prefix@@,@,g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|