24 lines
589 B
Makefile
24 lines
589 B
Makefile
# $OpenBSD: Makefile,v 1.15 2000/07/21 07:35:06 brad Exp $
|
|
|
|
DISTNAME= rxvt-2.7.3
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.310
|
|
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
|
|
ftp://mason.primenet.com.au/pub/rxvt/
|
|
|
|
HOMEPAGE= http://www.rxvt.org/
|
|
|
|
MAINTAINER= jasoni@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --enable-utmp --enable-wtmp \
|
|
--with-xpm --enable-xpm-background --enable-transparency \
|
|
--enable-xgetdefault --enable-languages --enable-xim
|
|
|
|
.include <bsd.port.mk>
|