mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
517 B
Makefile
23 lines
517 B
Makefile
# New ports collection Makefile for: rxvt
|
|
# Version required: 2.45
|
|
# Date created: 5th December 1994
|
|
# Whom: gpalmer@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.16 1998/08/05 09:31:47 asami Exp $
|
|
#
|
|
|
|
DISTNAME= rxvt-2.4.7
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.math.fu-berlin.de/pub/rxvt/ \
|
|
${MASTER_SITE_SUNSITE} \
|
|
ftp://ftp.math.fu-berlin.de/pub/rxvt/devel/
|
|
MASTER_SITE_SUBDIR= X11/terms
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= rxvt.1
|
|
|
|
.include <bsd.port.mk>
|