summaryrefslogtreecommitdiff
path: root/x11/wterm/Makefile
blob: 3f0206ced9465738aebd7e9ef87cf75999e68ee8 (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
# New ports collection makefile for:   wterm
# Date created:		25 February 1999
# Whom:		 	Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	wterm
PORTVERSION=	6.2.8a2
CATEGORIES=	x11
MASTER_SITES= 	http://wm.current.nu/files/ \
		ftp://ftp.sunsite.auc.dk/disk1/linuxberg.com/files/x11/system/ \
		ftp://ftp.vision.net.au/ftp7/linuxberg/files/x11/system/ \
		ftp://ftp.cadvision.com/pub/linuxberg/files/x11/system/

MAINTAINER=	treif@mayn.de

BUILD_DEPENDS=	${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker

WRKSRC=		${WRKDIR}/wterm-6.2.8
USE_X_PREFIX=	yes
USE_XPM=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \
		--disable-delete-key --disable-backspace-key \
		--enable-next-scrollbar --enable-utmp --enable-wtmp \
		--enable-menubar --enable-graphics
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include"

MAN1=		wterm.1

post-extract:
	${RM} -f ${WRKSRC}/config.cache

post-install:
	@${CHMOD} 4711 ${PREFIX}/bin/wterm

.include <bsd.port.mk>