freebsd-ports/x11/rxvt-unicode/Makefile

23 lines
542 B
Makefile
Raw Normal View History

1994-12-04 20:49:10 -05:00
# 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 $
1994-12-04 20:49:10 -05:00
#
DISTNAME= rxvt-2.09
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/rxvt
1994-12-04 21:41:18 -05:00
PREFIX= /usr/X11R6
MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/
CATEGORIES+= x11
1995-02-01 17:40:38 -05:00
MAINTAINER= gpalmer@FreeBSD.ORG
1994-12-04 20:49:10 -05: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>