diff options
Diffstat (limited to 'deskutils/projectlibre/Makefile')
-rw-r--r-- | deskutils/projectlibre/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/projectlibre/Makefile b/deskutils/projectlibre/Makefile index 49ec36f06640..ad7338bb1052 100644 --- a/deskutils/projectlibre/Makefile +++ b/deskutils/projectlibre/Makefile @@ -1,5 +1,5 @@ PORTNAME= projectlibre -PORTVERSION= 1.9.3 +DISTVERSION= 1.9.8 CATEGORIES= deskutils editors java MASTER_SITES= SF/${PORTNAME}/ProjectLibre/${PORTVERSION:S/.0$//} \ LOCAL/cpm/projectlibre/:icons @@ -8,13 +8,15 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= vvd@FreeBSD.org COMMENT= Open source desktop alternative to Microsoft Project -WWW= https://www.projectlibre.com/product/1-alternative-microsoft-project-open-source +WWW= https://www.projectlibre.com/projectlibre-desktop/ LICENSE= CPAL-1.0 +LICENSE_FILE= ${WRKSRC}/license/license.txt USES= java +JAVA_VERSION= 21+ DATADIR= ${JAVASHAREDIR}/${PORTNAME}-${PORTVERSION} DESKTOP_ENTRIES="ProjectLibre" \ @@ -26,6 +28,7 @@ DESKTOP_ENTRIES="ProjectLibre" \ NO_ARCH= yes NO_BUILD= yes SUB_FILES= projectlibre.sh +SUB_LIST= JAVA="${JAVA}" DATAFILES= lib projectlibre.jar readme.html |