Add support for javawmwrapper.
Approved by: maintainer
This commit is contained in:
parent
3f9a2a8d09
commit
1234108a8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41304
@ -15,7 +15,8 @@ DISTNAME= jdk-1.2.2-RC4-linux-i386-glibc-2.1.2
|
||||
|
||||
MAINTAINER= K.J.Koster@kpn.com
|
||||
|
||||
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
|
||||
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
|
||||
javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
NO_CDROM= "License doesn\'t allow distribution with fee"
|
||||
NO_PACKAGE= "License doesn\'t allow binary distributions"
|
||||
@ -30,5 +31,6 @@ do-install:
|
||||
${MKDIR} ${PREFIX}/linux-jdk1.2.2
|
||||
(cd ${WRKSRC} && tar --exclude "*.orig" -c -f - .) \
|
||||
| (cd ${PREFIX}/linux-jdk1.2.2 && tar fx -)
|
||||
${LOCALBASE}/bin/registervm "${PREFIX}/linux-jdk1.2.2/bin/java # Linux-JDK1.2.2"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,7 +15,8 @@ DISTNAME= jdk-1.2.2-RC4-linux-i386-glibc-2.1.2
|
||||
|
||||
MAINTAINER= K.J.Koster@kpn.com
|
||||
|
||||
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
|
||||
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
|
||||
javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
NO_CDROM= "License doesn\'t allow distribution with fee"
|
||||
NO_PACKAGE= "License doesn\'t allow binary distributions"
|
||||
@ -30,5 +31,6 @@ do-install:
|
||||
${MKDIR} ${PREFIX}/linux-jdk1.2.2
|
||||
(cd ${WRKSRC} && tar --exclude "*.orig" -c -f - .) \
|
||||
| (cd ${PREFIX}/linux-jdk1.2.2 && tar fx -)
|
||||
${LOCALBASE}/bin/registervm "${PREFIX}/linux-jdk1.2.2/bin/java # Linux-JDK1.2.2"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user