freebsd-ports/x11/wterm/Makefile
Chris Piazza 26b944d786 chmod these programs 4711 (like xterm) to make utmp/wtmp support
actually work.

Requested by:	Joseph Scott <joseph.scott@owp.csus.edu>
		and two other people whose mail I lost.
1999-09-02 03:23:54 +00:00

32 lines
785 B
Makefile

# New ports collection makefile for: wterm
# Version required: 6.2.6
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= wterm-6.2.6
CATEGORIES= x11
MASTER_SITES= ftp://beer.dct.com/pub/Applications/ \
http://wm.current.nu/files/
MAINTAINER= cpiazza@FreeBSD.org
BUILD_DEPENDS= ${X11BASE}/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 --enable-utmp --enable-wtmp
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
MAN1= wterm.1
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/wterm
.include <bsd.port.mk>