1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/x11-wm/ratpoison/Makefile

33 lines
612 B
Makefile
Raw Normal View History

# New ports collection makefile for: ratpoison
# Date created: January 20, 2001
# Whom: Gergely Nagy <8@free.bsd.hu>
#
# $FreeBSD$
#
PORTNAME= ratpoison
PORTVERSION= 0.0.5
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= 8@free.bsd.hu
.if defined(WITH_RXVT)
RUN_DEPENDS= ${X11BASE}/bin/rxvt:${PORTSDIR}/x11/rxvt
.endif
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
.if defined(WITH_RXVT)
pre-build:
${PERL} -pi -e 's/xterm/rxvt/' ${WRKSRC}/src/actions.c
.endif
.if defined(NOPORTDOCS)
INSTALL_TARGET= SUBDIRS=src install
.endif
.include <bsd.port.mk>