1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/java/jomp/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

37 lines
855 B
Makefile

# New ports collection makefile for: jomp
# Date created: Wed Jul 14 14:02:25 CEST 2004
# Whom: 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.3+
NO_BUILD= yes
NO_WRKSUBDIR= yes
JARFILE= ${DISTNAME}${EXTRACT_SUFX}
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
do-install:
@${ECHO} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
@${CP} ${DISTDIR}/${JARFILE} ${JAVAJARDIR}/${JARFILE}
@${CHOWN} ${SHAREOWN}:${SHAREGRP} ${JAVAJARDIR}/${JARFILE}
@${ECHO} " [ DONE ]"
.include <bsd.port.mk>