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

DISTNAME=   rxvt-2.09
USE_IMAKE=  yes
WRKSRC=     ${WRKDIR}/rxvt
PREFIX=     /usr/X11R6
MASTER_SITES=   ftp://iraun1.ira.uka.de/pub/x11/misc/
CATEGORIES+=    x11
MAINTAINER= gpalmer@FreeBSD.ORG

# 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>