openbsd-ports/x11/rxvt/Makefile

36 lines
797 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2001/08/29 17:12:09 jasoni Exp $
2001-04-07 15:34:46 -04:00
COMMENT= "color, low memory usage, xterm replacement"
1998-05-19 01:59:50 -04:00
DISTNAME= rxvt-2.7.6
PKGNAME= ${DISTNAME}p1
1999-08-21 12:23:56 -04:00
CATEGORIES= x11
2001-04-07 15:44:18 -04:00
NEED_VERSION= 1.363
1999-08-07 04:26:38 -04:00
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
2000-02-23 00:02:31 -05:00
ftp://mason.primenet.com.au/pub/rxvt/
1998-05-19 01:59:50 -04:00
HOMEPAGE= http://www.rxvt.org/
2000-10-22 10:02:46 -04:00
MAINTAINER= Jason Ish <jasoni@openbsd.org>
1998-05-19 01:59:50 -04:00
2000-02-23 00:02:31 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-utmp \
--enable-wtmp \
--with-xpm \
--enable-xpm-background \
--enable-transparency \
--enable-xgetdefault \
--enable-languages \
--enable-xim \
--enable-rxvt-scroll \
--enable-mousewheel
1998-05-19 01:59:50 -04:00
.include <bsd.port.mk>