mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
8c18536aac
PR: 12087 Submitted by: Chris Piazza <cpiazza@home.net>
24 lines
528 B
Makefile
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>
|