summaryrefslogblamecommitdiff
path: root/x11/wterm/Makefile
blob: 37ab694d9a57a465253bab1d76a99a62d0192018 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                            
                                                          
 
                                                     



                           

                                                      
 
                                   
 
                                                                        





                                                               

                                                                   



                       
# New ports collection makefile for:   wterm
# Version required: 	6.2.6
# Date created:		25 February 1999
# Whom:		 	Chris Piazza <cpiazza@FreeBSD.org>
#
# $Id: Makefile,v 1.3 1999/06/18 02:55:28 mharo Exp $
#

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

.include <bsd.port.mk>