2004-07-24 02:01:19 +02:00
|
|
|
# New ports collection makefile for: xterm
|
|
|
|
# Date created: 24.07.2004
|
|
|
|
# Whom: krion
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xterm
|
2006-05-01 08:32:09 +02:00
|
|
|
PORTVERSION= 213
|
2004-07-24 02:01:19 +02:00
|
|
|
CATEGORIES= x11
|
2004-08-04 10:14:24 +02:00
|
|
|
MASTER_SITES= ftp://invisible-island.net/xterm/ \
|
2005-10-11 14:53:44 +02:00
|
|
|
http://voodoo.bawue.com/download/
|
2004-07-24 02:01:19 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= krion@FreeBSD.org
|
|
|
|
COMMENT= Terminal emulator for the X Window System
|
|
|
|
|
2004-07-26 22:14:18 +02:00
|
|
|
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
|
2004-07-24 02:01:19 +02:00
|
|
|
|
2005-03-03 00:29:15 +01:00
|
|
|
USE_X_PREFIX= yes
|
2004-07-24 02:01:19 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-07-24 02:01:19 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
|
|
LIBS="-L${X11BASE}/lib"
|
2006-03-30 23:52:36 +02:00
|
|
|
CONFIGURE_ARGS+=--enable-wide-chars --enable-luit --with-utempter \
|
|
|
|
--enable-narrowproto
|
2004-07-24 02:01:19 +02:00
|
|
|
|
|
|
|
MAN1= resize.1 xterm.1
|
|
|
|
|
2004-09-02 09:19:20 +02:00
|
|
|
post-install:
|
2005-11-13 22:05:05 +01:00
|
|
|
@${CHMOD} 4711 ${PREFIX}/bin/xterm
|
2004-09-02 09:19:20 +02:00
|
|
|
|
2004-07-24 02:01:19 +02:00
|
|
|
.include <bsd.port.mk>
|