openbsd-ports/x11/rxvt/Makefile
pvalchev be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00

37 lines
854 B
Makefile

# $OpenBSD: Makefile,v 1.21 2001/09/28 06:02:16 pvalchev Exp $
COMMENT= "color, low memory usage, xterm replacement"
DISTNAME= rxvt-2.7.6
PKGNAME= ${DISTNAME}p1
CATEGORIES= x11
NEED_VERSION= 1.363
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/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
USE_GMAKE= 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-languages \
--enable-xim \
--enable-rxvt-scroll \
--enable-mousewheel
.include <bsd.port.mk>