1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Edwin Groothuis 66353ad199 [PATCH] waimea port has missing run-dependancy
Waimea by default uses Esetroot to set the background image.
	However this executable is part of the eterm-port; thus
	waimea should list eterm as a dependancy.

Informed maintainer

PR:		ports/50628
Submitted by:	Alex Kiesel <kiesel@schlund.de>
2003-10-07 07:28:18 +00:00

34 lines
687 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= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= waimea
MAINTAINER= danfe@regency.nsu.ru
COMMENT= An X11 window manager designed for maximum efficiency
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft
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.1:${PORTSDIR}/graphics/imlib2
.endif
.include <bsd.port.mk>