diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:45:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:45:05 +0000 |
commit | 249d13454c6622fd2b4d1417bc8a2b30c198fcef (patch) | |
tree | 3ea5ab60b31577e2ecbc088b5c7b296a0c2be3d2 /x11/wterm/Makefile | |
parent | 4ecdc1323d6a9b9dc7ca9ce5cfbdeef224e6ddd8 (diff) |
Notes
Diffstat (limited to 'x11/wterm/Makefile')
-rw-r--r-- | x11/wterm/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile new file mode 100644 index 000000000000..96b3d5b39cc0 --- /dev/null +++ b/x11/wterm/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: wterm +# Version required: 6.2.6 +# Date created: 25 February 1999 +# Whom: Chris Piazza <cpiazza@home.net> +# +# $Id$ +# + +DISTNAME= wterm-6.2.6 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.dct.com/pub/WindowMaker/WTerm/ \ + http://wm.current.nu/files/ \ + ftp://pong.csh.rit.edu/pub/mirrors/wterm/ + +MAINTAINER= cpiazza@home.net + +BUILD_DEPENDS= ${PREFIX}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \ + --disable-delete-key --disable-backspace-key \ + --enable-next-scrollbar + +MAN1= wterm.1 + +.include <bsd.port.mk> |