mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
27 lines
614 B
Makefile
27 lines
614 B
Makefile
# Ports collection makefile for: jakarta-bcel
|
|
# Date created: 6 May 2002
|
|
# Whom: des
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jakarta-bcel
|
|
PORTVERSION= 5.0
|
|
CATEGORIES= java devel
|
|
MASTER_SITES= http://jakarta.apache.org/builds/${PORTNAME}/release/v${PORTVERSION}/
|
|
DISTNAME= bcel-${PORTVERSION}
|
|
|
|
MAINTAINER= des@FreeBSD.org
|
|
COMMENT= A library for generating Java bytecode
|
|
|
|
NO_BUILD= yes
|
|
USE_JAVA= 1.2+
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/bcel.jar ${PREFIX}/share/java/classes
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
(cd ${WRKSRC}/docs && ${TAR} -cf - . | ${TAR} -xf - -C ${DOCSDIR})
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|