diff options
Diffstat (limited to 'x11/wterm/Makefile')
-rw-r--r-- | x11/wterm/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile deleted file mode 100644 index fedc1f3f1666..000000000000 --- a/x11/wterm/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: Chris Piazza <cpiazza@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= wterm -PORTVERSION= 6.2.9 -PORTREVISION= 6 -CATEGORIES= x11 -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A color vt102 terminal emulator with transparency support - -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-03-05 - -BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker - -BROKEN= does not compile - -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} -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/WINGs - -MAN1= wterm.1 -PLIST_FILES= bin/wterm - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx -.endif - -post-extract: - ${RM} -f ${WRKSRC}/config.cache - ${RM} -f ${WRKSRC}/src/*.o - -post-install: - @${CHMOD} 4711 ${PREFIX}/bin/wterm - -.include <bsd.port.post.mk> |