1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11/rxvt/Makefile

21 lines
493 B
Makefile
Raw Normal View History

1994-12-05 01:49:10 +00:00
# New ports collection Makefile for: rxvt
# Version required: 2.09
# Date created: 5th December 1994
# Whom: gpalmer@FreeBSD.org
#
# $Id: Makefile,v 1.3 1994/12/12 04:31:10 gpalmer Exp $
1994-12-05 01:49:10 +00:00
#
DISTNAME= rxvt-2.09
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/rxvt
1994-12-05 02:41:18 +00:00
PREFIX= /usr/X11R6
MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/
1994-12-05 01:49:10 +00:00
# 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>