add wterm port

This commit is contained in:
brad 1999-03-28 02:01:06 +00:00
parent dcb20d4452
commit c983d55473
5 changed files with 35 additions and 0 deletions

26
x11/wterm/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/03/28 02:01:06 brad Exp $
DISTNAME= wterm-6.2.6
CATEGORIES= x11
MASTER_SITES= http://wm.current.nu/files/
MAINTAINER= brad@openbsd.org
LIB_DEPENDS= Xpm:${PORTSDIR}/graphics/xpm
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-transparency --enable-xpm-background
# Various compile time options you may want to configure.
#CONFIGURE_ARGS+= --enable-utmp \
# --enable-wtmp \
# --enable-menubar
CONFIGURE_ENV= CPPFLAGS="-I/usr/local/include" \
LDFLAGS="-L/usr/local/lib"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/wterm ${PREFIX}/bin
.include <bsd.port.mk>

3
x11/wterm/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (wterm-6.2.6.tar.gz) = 0a3e7a63e9440de446fa961643687f30
RMD160 (wterm-6.2.6.tar.gz) = b0a0064e8af429181ad6be3fb84a045cf59c9119
SHA1 (wterm-6.2.6.tar.gz) = 94dcd5535d8ca76f7711375a89cd8df9ec767f0f

1
x11/wterm/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
A color vt102 terminal emulator with transparency support.

4
x11/wterm/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
wterm is a color vt102 terminal emulator, based on rxvt 2.4.8 with
additions for fast transparency.
It was created for WindowMaker users.

1
x11/wterm/pkg/PLIST Normal file
View File

@ -0,0 +1 @@
bin/wterm