summaryrefslogtreecommitdiff
path: root/x11/rxvt-devel/Makefile
blob: f818154687a9c5dbe1315845aa3920dbd8e59646 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection Makefile for: rxvt
# Version required:	2.09
# Date created:		5th December 1994
# Whom:			gpalmer@FreeBSD.org
#
# $Id: Makefile,v 1.7 1995/04/12 20:31:23 asami Exp $
#

DISTNAME=	rxvt-2.09
CATEGORIES+=	x11
MASTER_SITES=	ftp://iraun1.ira.uka.de/pub/x11/misc/

MAINTAINER=	gpalmer@FreeBSD.ORG

WRKSRC=		${WRKDIR}/rxvt
USE_IMAKE=	yes

# Get rid of the rclock directory until I can figure out how to patch
# that up also and make it!
pre-configure:
	@/bin/rm -rf ${WRKDIR}/rclock

.include <bsd.port.mk>