1999-04-02 20:45:05 -05:00
|
|
|
# New ports collection makefile for: wterm
|
|
|
|
# Version required: 6.2.6
|
|
|
|
# Date created: 25 February 1999
|
1999-06-19 04:26:18 -04:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-04-02 20:45:05 -05:00
|
|
|
#
|
1999-08-30 22:51:23 -04:00
|
|
|
# $FreeBSD$
|
1999-04-02 20:45:05 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= wterm-6.2.6
|
|
|
|
CATEGORIES= x11
|
1999-04-14 00:49:46 -04:00
|
|
|
MASTER_SITES= ftp://beer.dct.com/pub/Applications/ \
|
|
|
|
http://wm.current.nu/files/
|
1999-04-02 20:45:05 -05:00
|
|
|
|
1999-06-19 04:26:18 -04:00
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
1999-04-02 20:45:05 -05:00
|
|
|
|
1999-06-17 22:55:28 -04:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
|
1999-04-02 20:45:05 -05:00
|
|
|
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 \
|
1999-06-17 22:55:28 -04:00
|
|
|
--enable-next-scrollbar --enable-utmp --enable-wtmp
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
1999-04-02 20:45:05 -05:00
|
|
|
|
|
|
|
MAN1= wterm.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|