From dea8a639687aaebbd2e9f283bfcc594c5202d2d8 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 12 Nov 2001 03:06:31 +0000 Subject: Darwin "support", by Yuji Yamano from pkg/14546. --- devel/rcs/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile index 7854b972058..6428e299d88 100644 --- a/devel/rcs/Makefile +++ b/devel/rcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/10/12 22:34:21 veego Exp $ +# $NetBSD: Makefile,v 1.10 2001/11/12 03:06:31 wiz Exp $ # DISTNAME= rcs-5.7 @@ -10,13 +10,17 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/rcs/rcs.html COMMENT= GNU Revision Control System - version control software -ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system +ONLY_FOR_PLATFORM= SunOS-*-* Darwin-*-* # in NetBSD base system +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" DEPENDS= diffutils-2.7:../../devel/diffutils +CONFIGURE_ARGS+= --with-diffutils=gdiff +.endif GNU_CONFIGURE= yes CONFIGURE_ENV= PATH=${LOCALBASE}/bin:$PATH -CONFIGURE_ARGS+= --with-diffutils=gdiff post-install: ${RM} -f ${PREFIX}/bin/rcslog -- cgit v1.2.3