1999-04-03 03:45:05 +02:00
|
|
|
# New ports collection makefile for: wterm
|
|
|
|
# Date created: 25 February 1999
|
1999-06-19 10:26:18 +02:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-04-03 03:45:05 +02:00
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1999-04-03 03:45:05 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= wterm
|
2002-01-01 16:22:45 +01:00
|
|
|
PORTVERSION= 6.2.9
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 6
|
1999-04-03 03:45:05 +02:00
|
|
|
CATEGORIES= x11
|
2009-08-22 02:39:37 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.tar.gz
|
1999-04-03 03:45:05 +02:00
|
|
|
|
2002-01-01 16:22:45 +01:00
|
|
|
MAINTAINER= adam-ports@blacktabby.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= A color vt102 terminal emulator with transparency support
|
1999-04-03 03:45:05 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
|
1999-04-03 03:45:05 +02:00
|
|
|
|
2008-03-22 09:55:40 +01:00
|
|
|
USE_XORG= xpm
|
1999-04-03 03:45:05 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-07-10 20:38:01 +02:00
|
|
|
CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \
|
1999-04-03 03:45:05 +02:00
|
|
|
--disable-delete-key --disable-backspace-key \
|
2000-08-28 08:49:13 +02:00
|
|
|
--enable-next-scrollbar --enable-utmp --enable-wtmp \
|
2006-11-30 23:44:28 +01:00
|
|
|
--enable-menubar --enable-graphics --with-term=xterm-color \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
--with-xpm-includes=${LOCALBASE} --with-xpm-library=${LOCALBASE}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/WINGs"
|
1999-04-03 03:45:05 +02:00
|
|
|
|
|
|
|
MAN1= wterm.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/wterm
|
1999-04-03 03:45:05 +02:00
|
|
|
|
2010-03-20 16:45:21 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} > 900007
|
|
|
|
BROKEN= fails to build with new utmpx
|
|
|
|
.endif
|
|
|
|
|
2001-01-09 17:06:56 +01:00
|
|
|
post-extract:
|
|
|
|
${RM} -f ${WRKSRC}/config.cache
|
2001-07-25 19:39:03 +02:00
|
|
|
${RM} -f ${WRKSRC}/src/*.o
|
2001-01-09 17:06:56 +01:00
|
|
|
|
1999-09-02 05:23:54 +02:00
|
|
|
post-install:
|
|
|
|
@${CHMOD} 4711 ${PREFIX}/bin/wterm
|
|
|
|
|
2010-03-20 16:45:21 +01:00
|
|
|
.include <bsd.port.post.mk>
|