mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-18 14:31:18 +02:00
create bsd12 branch
This commit is contained in:
32
java/bsh/Makefile
Normal file
32
java/bsh/Makefile
Normal file
@@ -0,0 +1,32 @@
|
||||
# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
||||
# $FreeBSD: head/lang/bsh/Makefile 416242 2016-06-01 13:15:36Z mat $
|
||||
|
||||
PORTNAME= bsh
|
||||
DISTVERSION= 2.0b6
|
||||
CATEGORIES= lang java
|
||||
|
||||
MAINTAINER= pfg@FreeBSD.org
|
||||
COMMENT= Beanshell java scripting language
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= beanshell
|
||||
GH_PROJECT= beanshell
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
USE_ANT= yes
|
||||
ALL_TARGET= jarall
|
||||
|
||||
SUB_FILES= ${PORTNAME}.sh
|
||||
SUB_LIST= JARNAME=${PORTNAME}.jar
|
||||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${DISTVERSION}.jar \
|
||||
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user