2002-05-31 21:06:35 +00:00
|
|
|
# New ports collection makefile for: waimea
|
|
|
|
# Date created: 27 May 2002
|
|
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= waimea
|
2003-01-12 00:04:18 +00:00
|
|
|
PORTVERSION= 0.4.0
|
2009-07-31 13:57:52 +00:00
|
|
|
PORTREVISION= 7
|
2002-05-31 21:06:35 +00:00
|
|
|
CATEGORIES= x11-wm
|
2009-08-22 00:39:37 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
|
2002-05-31 21:06:35 +00:00
|
|
|
|
2004-08-27 08:46:33 +00:00
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2003-02-21 14:19:11 +00:00
|
|
|
COMMENT= An X11 window manager designed for maximum efficiency
|
2002-05-31 21:06:35 +00:00
|
|
|
|
2006-12-13 13:53:54 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/Esetroot:${PORTSDIR}/x11/eterm
|
2003-02-18 04:51:34 +00:00
|
|
|
|
2003-01-12 00:04:18 +00:00
|
|
|
USE_BZIP2= 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= xft
|
2003-01-12 00:04:18 +00:00
|
|
|
USE_PERL5_RUN= yes
|
2002-05-31 21:06:35 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= waimea.1
|
|
|
|
|
2005-05-23 07:02:19 +00:00
|
|
|
OPTIONS= PIXMAP "Build with pixmap textures support" on \
|
|
|
|
DITHER "Enable ordered pseudocolor dithering" off
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-01-12 00:04:18 +00:00
|
|
|
.if !defined(WITHOUT_PIXMAP)
|
2008-03-11 21:13:53 +00:00
|
|
|
USE_EFL+= imlib2
|
2003-01-12 00:04:18 +00:00
|
|
|
.endif
|
|
|
|
|
2005-05-23 07:02:19 +00:00
|
|
|
.if defined(WITH_DITHER)
|
|
|
|
CONFIGURE_ARGS+= --enable-ordered-pseudo
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|