1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11/rxvt-unicode/Makefile
Gary Palmer ba2097f169 With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none of
these need to have INSTALL_MANPAGES=	yes anymore.
1994-12-12 04:32:04 +00:00

21 lines
488 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.2 1994/12/05 02:41:18 gpalmer Exp $
#
DISTNAME= rxvt-2.09
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/rxvt
PREFIX= /usr/X11R6
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>