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
895 B
Makefile
32 lines
895 B
Makefile
# New ports collection Makefile for: amiwm-0.20pl28
|
|
# Date created: 13 November 1997
|
|
# Whom: Douglas Carmichael <dcarmich@mcs.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= amiwm
|
|
PORTVERSION= 0.20.p48
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ \
|
|
http://www.plig.org/xwinman/archive/amiwm/
|
|
DISTNAME= ${PORTNAME}0.20pl48
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A window manager that makes your desktop look like an Amiga(TM)
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -DHAVE_X11_EXTENSIONS_SHAPE_H"
|
|
USE_XORG= x11 ice sm xext xmu
|
|
MAN1= amiwm.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${ECHO_MSG} "===> Copying documents to ${PREFIX}/share/doc/amiwm"
|
|
@${MKDIR} ${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>
|