From ab9b046e515cca343465fcce881bb26bc91b16b5 Mon Sep 17 00:00:00 2001 From: marino Date: Sat, 18 Aug 2012 05:47:53 +0000 Subject: mbone/rat: Add makefiles for DragonFly 2.x and DragonFly 3.x Remove DragonFly 1.x - not supported. --- mbone/rat/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index 46751e83731..1a8982805f5 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2012/04/07 13:13:24 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2012/08/18 05:47:53 marino Exp $ # DISTNAME= rat-3.0.28 @@ -26,7 +26,8 @@ post-patch: ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_NetBSD_4 ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_NetBSD_5 ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_NetBSD_6 - ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_DragonFly_1 + ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_DragonFly_2 + ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_DragonFly_3 do-build: cd ${WRKSRC} && USER=${USER} PREFIX=${PREFIX} MAKE=${MAKE_PROGRAM} LDFLAGS="${LDFLAGS}" X11BASE=${X11BASE} LOCALBASE=${LOCALBASE} TCLCONFIG=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh ./Build rat -- cgit v1.2.3