2001-03-28 04:59:37 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2001/03/28 10:08:59 wilfried Exp $
|
|
|
|
|
|
|
|
COMMENT= 'color vt102 terminal emulator with transparency support'
|
1999-03-27 21:01:06 -05:00
|
|
|
|
2001-03-09 09:28:45 -05:00
|
|
|
DISTNAME= wterm-6.2.6
|
|
|
|
CATEGORIES= x11
|
2001-03-28 04:59:37 -05:00
|
|
|
NEED_VERSION= 1.364
|
2000-07-03 01:08:56 -04:00
|
|
|
|
2001-03-09 09:28:45 -05:00
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
1999-03-27 21:01:06 -05:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2001-03-09 09:28:45 -05:00
|
|
|
MASTER_SITES= ftp://ftp.kddlabs.co.jp/X11/acontrib/wterm/ \
|
|
|
|
ftp://ftp.riken.go.jp/pub/X11/acontrib/wterm/
|
|
|
|
|
|
|
|
BUILD_DEPENDS= wmaker::x11/windowmaker
|
|
|
|
RUN_DEPENDS= wmaker::x11/windowmaker
|
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --enable-utmp --enable-wtmp \
|
|
|
|
--with-xpm --enable-xpm-background --enable-transparency \
|
|
|
|
--enable-xgetdefault --enable-ttygid
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1999-03-27 21:01:06 -05:00
|
|
|
|
|
|
|
do-install:
|
2001-03-09 09:28:45 -05:00
|
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/src/wterm ${PREFIX}/bin
|
1999-03-27 21:01:06 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|