1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11/wterm/Makefile
Michael Haro 04903addbd update MASTER_SITES
PR:		10932
Submitted by:	maintainer
1999-04-14 04:49:46 +00:00

28 lines
696 B
Makefile

# 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>