From 17049df2598fb9ff8c1ee955682888cd02cfb370 Mon Sep 17 00:00:00 2001 From: "pancake ;)" Date: Wed, 3 Nov 2004 17:49:07 +0000 Subject: [PATCH] Add support for OpenBSD-2.7 (i'm talking to the author for openbsd,netbsd update) --- jad/Makefile | 11 +++++++++-- jad/distinfo.OpenBSD | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 jad/distinfo.OpenBSD diff --git a/jad/Makefile b/jad/Makefile index 3a129fe4f0..9ab9eae1f1 100644 --- a/jad/Makefile +++ b/jad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/11/03 17:09:07 poppnk Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/03 17:49:07 poppnk Exp $ # DISTNAME= jadlx158 @@ -27,8 +27,15 @@ DISTINFO_FILE=${PKGDIR}/distinfo.FreeBSD PLIST_SRC=${PKGDIR}/PLIST.FreeBSD .endif +.if ${OPSYS} == "OpenBSD" +DISTNAME=jadob158 +JAD_OSDIR=openbsd/ +DISTINFO_FILE=${PKGDIR}/distinfo.OpenBSD +PLIST_SRC=${PKGDIR}/PLIST.FreeBSD +.endif + # TODO add support for the rest of supported archs -ONLY_FOR_PLATFORM=Linux-*-i386 FreeBSD-*-i386 +ONLY_FOR_PLATFORM=Linux-*-i386 FreeBSD-*-i386 OpenBSD-2.*-i386 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jad ${PREFIX}/bin/jad diff --git a/jad/distinfo.OpenBSD b/jad/distinfo.OpenBSD new file mode 100644 index 0000000000..57ed4b3a62 --- /dev/null +++ b/jad/distinfo.OpenBSD @@ -0,0 +1,4 @@ +$NetBSD: distinfo.OpenBSD,v 1.1 2004/11/03 17:49:07 poppnk Exp $ + +SHA1 (jadob158.zip) = 55318f02f54ac44feba6941d61b19e26a75b1b8c +Size (jadob158.zip) = 334499 bytes