403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/java/jflex/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/java/jflex/Makefile
PORTNAME=	jflex
PORTVERSION=	1.8.1
CATEGORIES=	java devel
MASTER_SITES=	https://github.com/jflex-de/jflex/releases/download/v${PORTVERSION}/

MAINTAINER=	eg@fbsd.lt
COMMENT=	Fast Lexical Analyser Generator for Java[tm]
WWW=		https://www.jflex.de/

LICENSE=	BSD3CLAUSE

USE_JAVA=	yes

#
# JFlex has two build options --- Maven and Bazel --- and neither of
# them are easy within the Ports tree framework.  If you *really* want
# to build it from source, grab the distfile (which includes the source)
# or the entire repo, and have fun!     -- ~jashankj, 2020-04-08
#
NO_BUILD=	yes

OPTIONS_DEFINE=	DOCS EXAMPLES
SUB_FILES=	jflex.sh
SUB_LIST+=	PORTVERSION=${PORTVERSION}
PLIST_SUB+=	PORTVERSION=${PORTVERSION}

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/jflex.sh ${STAGEDIR}${PREFIX}/bin/jflex
	${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}-full-${PORTVERSION}.jar \
		${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${PORTVERSION}.jar
	${LN} -s ${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar

do-install-DOCS-on:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name \.* ")

do-install-EXAMPLES-on:
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} "! -name \.*")

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit