mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
36 lines
955 B
Makefile
36 lines
955 B
Makefile
# New ports collection makefile for: wterm
|
|
# Date created: 25 February 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wterm
|
|
PORTVERSION= 6.2.7a1
|
|
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.7
|
|
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-install:
|
|
@${CHMOD} 4711 ${PREFIX}/bin/wterm
|
|
|
|
.include <bsd.port.mk>
|