mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b14e9a7cb3
USE_X11) is set. Besides, we are not supposed to be changing PREFIX in the Makefiles unless there's absolutely no way other than that to make it work.
24 lines
522 B
Makefile
24 lines
522 B
Makefile
# 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>
|