summaryrefslogtreecommitdiff
path: root/x11/wterm/Makefile
blob: eb5dc85e0faa39dbe12dbdf26c0f114b0f025d32 (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
# New ports collection makefile for:   wterm
# Version required: 	6.2.6
# Date created:		25 February 1999
# Whom:		 	Chris Piazza <cpiazza@home.net>
#
# $Id: Makefile,v 1.1.1.1 1999/04/03 01:45:05 steve Exp $
#

DISTNAME=	wterm-6.2.6
CATEGORIES=	x11
MASTER_SITES=	ftp://beer.dct.com/pub/Applications/ \
		http://wm.current.nu/files/

MAINTAINER=	cpiazza@home.net

BUILD_DEPENDS=	${PREFIX}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm

USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-transparency --enable-xpm-background \
		--disable-delete-key --disable-backspace-key \
		--enable-next-scrollbar

MAN1=		wterm.1

.include <bsd.port.mk>