opnsense-ports/java/jomp/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

29 lines
638 B
Makefile

# Created by: Christian Brueffer <brueffer@FreeBSD.org>
# $FreeBSD$
PORTNAME= jomp
PORTVERSION= 1.0b
PORTREVISION= 2
CATEGORIES= java parallel
MASTER_SITES= http://www2.epcc.ed.ac.uk/computing/research_activities/jomp/download/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
MAINTAINER= brueffer@FreeBSD.org
COMMENT= Prototype OpenMP implementation for Java
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
NO_WRKSUBDIR= yes
JARFILE= ${DISTNAME}${EXTRACT_SUFX}
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
do-install:
${INSTALL_DATA} ${DISTDIR}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${JARFILE}
.include <bsd.port.mk>