openbsd-ports/x11/rxvt/Makefile
shell c62779692f Upgrade to rxvt-2.6.4, ok'ed by jasoni@
- bump need_version
- remove patch to enable rxvt.1
- use distinfo
2002-01-07 17:58:49 +00:00

36 lines
830 B
Makefile

# $OpenBSD: Makefile,v 1.25 2002/01/07 17:58:49 shell Exp $
COMMENT= "color, low memory usage, xterm replacement"
DISTNAME= rxvt-2.6.4
CATEGORIES= x11
NEED_VERSION= 1.504
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \
ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt
HOMEPAGE= http://www.rxvt.org/
MAINTAINER= Jason Ish <jasoni@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/autoconf
CONFIGURE_ARGS= --enable-utmp \
--enable-wtmp \
--with-xpm \
--enable-xpm-background \
--enable-transparency \
--enable-xgetdefault \
--enable-xim \
--enable-mousewheel
NO_REGRESS= Yes
.include <bsd.port.mk>