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