summaryrefslogtreecommitdiff
path: root/x11/windowmaker/Makefile
blob: f56d5759decf62a0af0cc906573334757e18ec27 (plain)
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
# New ports collection makefile for:	WindowMaker
# Version required:	0.6.3
# Date created:		August 13, 1997
# Whom:			handy@physics.montana.edu (FreeBSD)
# 			explorer@netbsd.org (NetBSD)
#
# $NetBSD: Makefile,v 1.6 1998/03/10 16:47:24 frueauf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/11/04 10:33:43 tg Exp
#

DISTNAME=		WindowMaker-0.6.3
PKGNAME=		windowmaker-0.6.3
CATEGORIES=		x11
MASTER_SITES=		http://isolation.ml.org/oxygen/wm/bin/ \
			ftp://wm.wep.net/pub/WindowMaker/

MAINTAINER=		handy@physics.montana.edu

LIB_DEPENDS=		Xpm.4.:${PORTSDIR}/graphics/xpm \
			png.0.:${PORTSDIR}/graphics/png \
			jpeg.7.:${PORTSDIR}/graphics/jpeg

USE_X11=		yes
GNU_CONFIGURE=		yes
MAKE_ENV+=		INSTALL_SCRIPT="${INSTALL_SCRIPT}"
CONFIGURE_ARGS+=	--includedir=${PREFIX}/include

.include <bsd.port.mk>