blob: 99a030a34e4febc52bc09e254919dc8705448d51 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= waimea
MAINTAINER= danfe@FreeBSD.org
COMMENT= An X11 window manager designed for maximum efficiency
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
RUN_DEPENDS= ${X11BASE}/bin/Esetroot:${PORTSDIR}/x11/eterm
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5_RUN= yes
GNU_CONFIGURE= yes
MAN1= waimea.1
.if !defined(WITHOUT_PIXMAP)
LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2
.endif
.include <bsd.port.mk>
|