mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
82a3c64f0d
- STAGE-clean - Switch to the jar-only distribution
37 lines
779 B
Makefile
37 lines
779 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}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.jar
|
|
EXTRACT_SUFX=
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= View and/or control a remote PC
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.6+
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= jrdesktop
|
|
SUB_LIST+= JAVA=${JAVA} \
|
|
PORTNAME=${PORTNAME} \
|
|
PORTVERSION=${PORTVERSION}
|
|
|
|
PLIST_FILES= ${JAVAJARDIR:S/${PREFIX}\///}/${DISTNAME} \
|
|
bin/${PORTNAME}
|
|
|
|
post-extract:
|
|
${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${STAGEDIR}${JAVAJARDIR}
|
|
${INSTALL_SCRIPT} ${WRKDIR}/jrdesktop ${STAGEDIR}${PREFIX}/bin/jrdesktop
|
|
|
|
.include <bsd.port.mk>
|