2013-07-10 16:23:40 +00:00
|
|
|
# Created by: Douglas Carmichael <dcarmich@mcs.com>
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1997-11-14 09:37:45 +00:00
|
|
|
|
2013-07-11 07:13:10 +00:00
|
|
|
PORTNAME= amiwm
|
2011-01-10 22:02:37 +00:00
|
|
|
PORTVERSION= 0.21.pl2
|
1998-08-07 23:01:41 +00:00
|
|
|
CATEGORIES= x11-wm
|
2011-01-10 22:02:37 +00:00
|
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/
|
|
|
|
DISTNAME= ${PORTNAME}0.21pl2
|
1997-11-14 09:37:45 +00:00
|
|
|
|
2011-01-10 22:02:37 +00:00
|
|
|
MAINTAINER= dcarmich@dcarmichael.net
|
2013-07-10 16:23:40 +00:00
|
|
|
COMMENT= Window manager that makes your desktop look like an Amiga(TM)
|
1997-11-14 09:37:45 +00:00
|
|
|
|
2013-07-10 16:23:40 +00:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
1997-11-14 09:37:45 +00:00
|
|
|
GNU_CONFIGURE= yes
|
- 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
|
2014-07-02 01:48:59 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
1997-11-14 09:37:45 +00:00
|
|
|
|
|
|
|
post-install:
|
2014-07-02 01:48:59 +00:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2011-01-10 22:02:37 +00:00
|
|
|
@${ECHO_MSG} "===> Copying documents to ${DOCSDIR}"
|
2014-07-02 01:48:59 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README.modules ${STAGEDIR}${DOCSDIR}/README.modules
|
1997-11-14 09:37:45 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|