Add support for OpenBSD-2.7 (i'm talking to the author for openbsd,netbsd update)
This commit is contained in:
parent
15dc094981
commit
17049df259
2 changed files with 13 additions and 2 deletions
11
jad/Makefile
11
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
|
||||
|
|
4
jad/distinfo.OpenBSD
Normal file
4
jad/distinfo.OpenBSD
Normal file
|
@ -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
|
Loading…
Reference in a new issue