19 lines
406 B
Makefile
19 lines
406 B
Makefile
# $OpenBSD: Makefile,v 1.2 1998/11/19 06:20:58 jasoni Exp $
|
|
#
|
|
|
|
DISTNAME= rxvt-2.4.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.math.fu-berlin.de/pub/rxvt/
|
|
|
|
MAINTAINER= jasoni@openbsd.org
|
|
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
# Various compile time options you may want to configure.
|
|
#CONFIGURE_ARGS+= --enable-utmp \
|
|
# --enable-wtmp \
|
|
# --enable-xpm-background \
|
|
# --enable-menubar
|
|
|
|
.include <bsd.port.mk>
|