freebsd-ports/x11-wm/waimea/Makefile

41 lines
811 B
Makefile
Raw Normal View History

# 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
2012-06-01 07:26:28 +02:00
PORTREVISION= 10
CATEGORIES= x11-wm
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
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
RUN_DEPENDS= ${LOCALBASE}/bin/Esetroot:${PORTSDIR}/x11/eterm
USE_BZIP2= yes
USE_XORG= xft
USE_PERL5_RUN= yes
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>
.if !defined(WITHOUT_PIXMAP)
USE_EFL+= imlib2
.endif
2005-05-23 09:02:19 +02:00
.if defined(WITH_DITHER)
CONFIGURE_ARGS+= --enable-ordered-pseudo
.endif
.include <bsd.port.post.mk>