Files
ports/math/matlab-installer/Makefile
T
Jung-uk Kim 5a52a08234 Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
2019-11-26 21:46:12 +00:00

32 lines
718 B
Makefile

# $FreeBSD$
PORTNAME= matlab-installer
PORTVERSION= 0.2
PORTREVISION= 4
CATEGORIES= math science java
MASTER_SITES= http://acadix.biz/Ports/distfiles/
MAINTAINER= jwb@FreeBSD.org
COMMENT= Easy installation of Linux Matlab(r) on FreeBSD
LICENSE= BSD3CLAUSE
RUN_DEPENDS= mount_cd9660_image:sysutils/diskimage-tools \
auto-ask:sysutils/auto-admin \
webbrowser:www/webbrowser \
USES= linux tar:xz
USE_LINUX= dri devtools
USE_JAVA= yes
JAVA_OS= linux
JAVA_RUN= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/matlab-installer.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>