mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
9839011ec3
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
34 lines
920 B
Makefile
34 lines
920 B
Makefile
# New ports collection makefile for: jbootstrap
|
|
# Date created: 7 July 2005
|
|
# Whom: <glewis@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jbootstrap
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= java
|
|
MASTER_SITES= # http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html
|
|
|
|
MAINTAINER= glewis@FreeBSD.org
|
|
COMMENT= Java bootstrap tools
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/jikes:${PORTSDIR}/java/jikes
|
|
|
|
USE_PERL5_RUN= 5.8.0+
|
|
MAKE_FLAGS+= BINDIR=${PREFIX}/${PORTNAME}/bin \
|
|
LIBEXECDIR=${PREFIX}/${PORTNAME}/libexec
|
|
.if !defined(NOPORTDOCS)
|
|
INSTALL_TARGET= install install-doc
|
|
.endif
|
|
|
|
RESTRICTED= "Redistribution of pre-compiled binaries is not permitted"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
|
|
IGNORE= Please fetch ${DISTNAME}${EXTRACT_SUFX} from http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html and place it in ${DISTDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|