freebsd-ports/x11/rxvt/Makefile
David E. O'Brien 5c226d4573 Upgrade to 2.20.
You can now add snazzy looking menus to any plain (non-X) text
application.  At the moment, the menuing system is simple but
functional.
1997-03-07 12:29:49 +00:00

23 lines
581 B
Makefile

# New ports collection Makefile for: rxvt
# Version required: 2.20
# Date created: 5th December 1994
# Whom: gpalmer@FreeBSD.org
#
# $Id: Makefile,v 1.12 1997/03/07 12:24:55 obrien Exp $
#
DISTNAME= rxvt-2.20
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://ftp.nuclecu.unam.mx/linux/local/rxvt/ \
ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/
MASTER_SITE_SUBDIR= utils/file/managers/mc/rxvt
#MASTER_SITE_SUBDIR= X11/xutils/terms
MAINTAINER= winter@jurai.net
USE_X11= yes
GNU_CONFIGURE= yes
MAN1= rxvt.1
.include <bsd.port.mk>