mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
3e4ed01146
- 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)
39 lines
1008 B
Makefile
39 lines
1008 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.9
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= adam-ports@blacktabby.org
|
|
COMMENT= A color vt102 terminal emulator with transparency support
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
|
|
|
|
USE_XORG= xpm
|
|
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 --with-term=xterm-color \
|
|
--with-xpm-includes=${LOCALBASE} --with-xpm-library=${LOCALBASE}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/WINGs"
|
|
|
|
MAN1= wterm.1
|
|
PLIST_FILES= bin/wterm
|
|
|
|
post-extract:
|
|
${RM} -f ${WRKSRC}/config.cache
|
|
${RM} -f ${WRKSRC}/src/*.o
|
|
|
|
post-install:
|
|
@${CHMOD} 4711 ${PREFIX}/bin/wterm
|
|
|
|
.include <bsd.port.mk>
|