1997-11-14 09:37:45 +00:00
|
|
|
# New ports collection Makefile for: amiwm-0.20pl28
|
|
|
|
# Date created: 13 November 1997
|
|
|
|
# Whom: Douglas Carmichael <dcarmich@mcs.com>
|
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1997-11-14 09:37:45 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 19:50:46 +00:00
|
|
|
PORTNAME= amiwm
|
2001-02-05 21:05:58 +00:00
|
|
|
PORTVERSION= 0.20.p48
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00
|
|
|
PORTREVISION= 2
|
1998-08-07 23:01:41 +00:00
|
|
|
CATEGORIES= x11-wm
|
2003-06-10 09:25:01 +00:00
|
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ \
|
|
|
|
http://www.plig.org/xwinman/archive/amiwm/
|
2000-04-10 19:50:46 +00:00
|
|
|
DISTNAME= ${PORTNAME}0.20pl48
|
1997-11-14 09:37:45 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= A window manager that makes your desktop look like an Amiga(TM)
|
1997-11-14 09:37:45 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-04-16 02:18:11 +00:00
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -DHAVE_X11_EXTENSIONS_SHAPE_H"
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00
|
|
|
USE_XORG= x11 ice sm xext xmu
|
1997-11-14 09:37:45 +00:00
|
|
|
MAN1= amiwm.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2003-09-27 01:01:08 +00:00
|
|
|
@${ECHO_MSG} "===> Copying documents to ${PREFIX}/share/doc/amiwm"
|
1999-04-16 02:18:11 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/amiwm
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amiwm
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README.modules ${PREFIX}/share/doc/amiwm
|
1997-11-14 09:37:45 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|