mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
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)
41 lines
770 B
Makefile
41 lines
770 B
Makefile
# New ports collection makefile for: waimea
|
|
# Date created: 27 May 2002
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= waimea
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= An X11 window manager designed for maximum efficiency
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/Esetroot:${PORTSDIR}/x11/eterm
|
|
|
|
USE_BZIP2= yes
|
|
USE_XORG= xft
|
|
USE_PERL5_RUN= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= waimea.1
|
|
|
|
OPTIONS= PIXMAP "Build with pixmap textures support" on \
|
|
DITHER "Enable ordered pseudocolor dithering" off
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if !defined(WITHOUT_PIXMAP)
|
|
USE_EFL+= imlib2
|
|
.endif
|
|
|
|
.if defined(WITH_DITHER)
|
|
CONFIGURE_ARGS+= --enable-ordered-pseudo
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|