4488cdcf48
emulators/compat13 emulators/compat14 emulators/compat14-crypto emulators/twin lang/blackdown-jdk13 multimedia/transcode because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk rev 1.1593 and fixed in rev 1.1596. compat13 was bumped to nb2 so we don't have different package version on different archs (alpha had an nb1 before but all other had no PKGREVISION).
27 lines
751 B
Makefile
27 lines
751 B
Makefile
# $NetBSD: Makefile,v 1.22 2005/02/27 22:30:43 veego Exp $
|
|
#
|
|
|
|
BASENAME= j2sdk
|
|
DISTNAME= ${EXTNAME}-${BLACKDOWN_ARCH}
|
|
PKGNAME= blackdown-jdk13-1
|
|
PKGREVISION= 5
|
|
COMMENT= Linux port of the Blackdown Java(tm) Runtime Environment
|
|
|
|
DEPENDS= blackdown-jre13>=1:../../lang/blackdown-jre13
|
|
|
|
.include "../../lang/blackdown-jre13/Makefile.common"
|
|
|
|
# Remove parts that are in common with the JRE.
|
|
#
|
|
post-extract:
|
|
common=`${SED} -e "s,\\$${BLACKDOWN_ARCH},${BLACKDOWN_ARCH},g" ${FILESDIR}/common | ${AWK} '/^#.*/ { next } /^$$/ { next } { print }'`; \
|
|
cd ${WRKSRC}; for i in $$common; do \
|
|
if [ -d $$i ]; then \
|
|
${RM} -rf $$i; \
|
|
else \
|
|
${RM} -f $$i; \
|
|
fi; \
|
|
done
|
|
${LN} -sf . ${WRKSRC}/jre
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|