2004-12-19 12:36:31 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.32 2004/12/19 17:36:33 alek Exp $
|
2001-04-07 15:34:46 -04:00
|
|
|
|
|
|
|
COMMENT= "color, low memory usage, xterm replacement"
|
2003-05-30 07:18:01 -04:00
|
|
|
COMMENT-clock= "analog clock for X11 w/appoint. reminder and mail notif"
|
1998-05-19 01:59:50 -04:00
|
|
|
|
2004-06-17 02:39:03 -04:00
|
|
|
VER= 2.7.10
|
2003-05-30 07:18:01 -04:00
|
|
|
DISTNAME= rxvt-${VER}
|
|
|
|
PKGNAME-clock= rclock-${VER}
|
1999-08-21 12:23:56 -04:00
|
|
|
CATEGORIES= x11
|
1999-08-07 04:26:38 -04:00
|
|
|
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
|
2001-11-01 16:34:13 -05:00
|
|
|
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \
|
|
|
|
ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt
|
1998-05-19 01:59:50 -04:00
|
|
|
|
2000-06-26 11:40:31 -04:00
|
|
|
HOMEPAGE= http://www.rxvt.org/
|
|
|
|
|
2002-11-27 02:50:28 -05:00
|
|
|
MAINTAINER= Jason Ish <ish@openbsd.org>
|
1998-05-19 01:59:50 -04:00
|
|
|
|
2003-10-08 13:13:14 -04:00
|
|
|
# GPL
|
2000-02-23 00:02:31 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-19 12:36:31 -05:00
|
|
|
WANTLIB= X11 Xpm c
|
2000-02-23 00:02:31 -05:00
|
|
|
|
2003-05-30 07:18:01 -04:00
|
|
|
MULTI_PACKAGES= -clock
|
|
|
|
SUBPACKAGE?=
|
|
|
|
|
2001-06-22 16:51:18 -04:00
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
2003-05-30 07:18:01 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autoconf
|
2001-06-22 16:51:18 -04:00
|
|
|
CONFIGURE_ARGS= --enable-utmp \
|
|
|
|
--enable-wtmp \
|
|
|
|
--with-xpm \
|
|
|
|
--enable-xpm-background \
|
|
|
|
--enable-transparency \
|
|
|
|
--enable-xgetdefault \
|
|
|
|
--enable-xim \
|
2003-05-18 13:48:23 -04:00
|
|
|
--enable-mousewheel \
|
2004-06-17 02:39:03 -04:00
|
|
|
--enable-ttygid \
|
|
|
|
--enable-languages \
|
|
|
|
--enable-menubar \
|
|
|
|
--enable-rxvt-scroll \
|
|
|
|
--with-encoding=noenc
|
1999-08-30 10:27:54 -04:00
|
|
|
|
2001-11-01 16:34:13 -05:00
|
|
|
NO_REGRESS= Yes
|
2001-10-31 15:43:59 -05:00
|
|
|
|
1998-05-19 01:59:50 -04:00
|
|
|
.include <bsd.port.mk>
|