openbsd-ports/x11/rxvt/Makefile

26 lines
617 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2000/06/26 15:40:31 jasoni Exp $
1998-05-19 01:59:50 -04:00
2000-01-18 03:27:01 -05:00
DISTNAME= rxvt-2.7.2
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/ \
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/
1999-08-21 12:23:56 -04:00
MAINTAINER= 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
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--enable-utmp --enable-wtmp \
--with-xpm --enable-xpm-background --enable-transparency \
2000-01-18 03:27:01 -05:00
--enable-xgetdefault --enable-languages --enable-xim
post-install:
@chmod 4755 ${PREFIX}/bin/rxvt
1998-05-19 01:59:50 -04:00
.include <bsd.port.mk>