5a52a08234
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
35 lines
737 B
Makefile
35 lines
737 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jrdesktop
|
|
PORTVERSION= 0.3.1.0
|
|
CATEGORIES= net java
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R:R}/
|
|
EXTRACT_SUFX= .jar
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= View and/or control a remote PC
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_JAVA= yes
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= jrdesktop
|
|
SUB_LIST+= JAVA=${JAVA} \
|
|
PORTNAME=${PORTNAME} \
|
|
PORTVERSION=${PORTVERSION}
|
|
|
|
PLIST_FILES= ${JAVAJARDIR:S/${PREFIX}\///}/${DISTNAME}.jar \
|
|
bin/${PORTNAME}
|
|
|
|
post-extract:
|
|
${CP} ${DISTDIR}/${DISTNAME}.jar ${WRKDIR}
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}.jar ${STAGEDIR}${JAVAJARDIR}
|
|
${INSTALL_SCRIPT} ${WRKDIR}/jrdesktop ${STAGEDIR}${PREFIX}/bin/jrdesktop
|
|
|
|
.include <bsd.port.mk>
|