1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11/rxvt-unicode/Makefile
Steve Price 8c18536aac Update to version 2.6.0.
PR:		12087
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-06-08 22:10:41 +00:00

24 lines
528 B
Makefile

# New ports collection Makefile for: rxvt
# Version required: 2.6.0
# Date created: 5th December 1994
# Whom: gpalmer@FreeBSD.org
#
# $Id: Makefile,v 1.21 1999/04/13 06:33:08 mharo Exp $
#
DISTNAME= rxvt-2.6.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/rxvt/ \
http://wm.current.nu/files/ \
ftp://ftp.nstu.ru/pub/sources/x/
MAINTAINER= ports@FreeBSD.ORG
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
MAN1= rxvt.1
.include <bsd.port.mk>