mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
22 lines
465 B
Makefile
22 lines
465 B
Makefile
|
# New ports collection Makefile for: rxvt
|
||
|
# Version required: 2.09
|
||
|
# Date created: 5th December 1994
|
||
|
# Whom: gpalmer@FreeBSD.org
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= rxvt-2.09
|
||
|
USE_IMAKE= yes
|
||
|
INSTALL_MANPAGES= yes
|
||
|
WRKSRC= ${WRKDIR}/rxvt
|
||
|
PREFIX= /usr/X11R6/bin
|
||
|
MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/
|
||
|
|
||
|
# 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>
|