summaryrefslogtreecommitdiff
path: root/x11-wm/wmakerconf/Makefile
blob: 123ad2e48f0f6999cd7346074e5bf618f63e26ad (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
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:	wmakerconf
# Date Created:				14 August 1999
# Whom:					Dominik Rothert <dr@domix.de>
#
# $FreeBSD$
#

PORTNAME=	wmakerconf
PORTVERSION= 	2.6.2
CATEGORIES=	x11-wm
MASTER_SITES=	http://ulli.linuxave.net/wmakerconf/

MAINTAINER=	dr@domix.de

RUN_DEPENDS=	wmaker:${PORTSDIR}/x11-wm/windowmaker \
		rpm:${PORTSDIR}/misc/rpm \
		bunzip2:${PORTSDIR}/archivers/bzip2 \
		wget:${PORTSDIR}/ftp/wget
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
		Imlib.5:${PORTSDIR}/graphics/imlib \
		PropList.2:${PORTSDIR}/devel/libPropList \
		jpeg.9:${PORTSDIR}/graphics/jpeg \
		tiff.4:${PORTSDIR}/graphics/tiff \
		png.4:${PORTSDIR}/graphics/png \
		wraster.3:${PORTSDIR}/x11-wm/windowmaker \
		wmfun.0:${PORTSDIR}/x11-wm/windowmaker
BUILD_DEPENDS=	bunzip2:${PORTSDIR}/archivers/bzip2 \
		wget:${PORTSDIR}/ftp/wget

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_BZIP2=	yes
GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
USE_X_PREFIX=	yes
USE_XPM=	yes
CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"

.if exists(${X11BASE}/bin/gnome-config)
RUN_DEPENDS+=	gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
PLIST_SUB+=	GNOME:=""
.else
PLIST_SUB+=	GNOME:="@comment "
.endif

.include <bsd.port.mk>