aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--astro/josm/Makefile21
-rw-r--r--astro/josm/distinfo2
2 files changed, 5 insertions, 18 deletions
diff --git a/astro/josm/Makefile b/astro/josm/Makefile
index f60af9e8c44e..a1147e0f836a 100644
--- a/astro/josm/Makefile
+++ b/astro/josm/Makefile
@@ -1,18 +1,13 @@
-# New ports collection makefile for: josm
-# Date created: 2009/02/24
-# Whom: Gleb Smirnoff <glebius@FreeBSD.org>
-#
+# Created by: Gleb Smirnoff <glebius@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= josm
PORTVERSION= 5576
CATEGORIES= astro java
-MASTER_SITES= http://josm.openstreetmap.de/download/:josm \
- http://mirror.amdmi3.ru/distfiles/:josm \
- http://mirror.amdmi3.ru/distfiles/:wmsplugin
+MASTER_SITES= http://josm.openstreetmap.de/download/ \
+ http://mirror.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION}.jar
-DISTFILES= ${DISTNAME}:josm ${WEBKITIMG_SRC}:wmsplugin
+EXTRACT_SUFX= # empty
EXTRACT_ONLY= # empty
MAINTAINER= amdmi3@FreeBSD.org
@@ -20,7 +15,7 @@ COMMENT= A comprehensive editor for OpenStreetMap.org database
NO_WRKSUBDIR= yes
-USE_JAVA= YES
+USE_JAVA= yes
JAVA_VERSION= 1.5+
JOSM_MEMORY_LIMIT?=1024
@@ -30,9 +25,6 @@ NO_BUILD= yes
SUB_FILES= josm.sh
SUB_LIST= JARNAME=${DISTNAME} JOSM_MEMORY_LIMIT=${JOSM_MEMORY_LIMIT}
-WEBKITIMG= webkit-image
-WEBKITIMG_SRC= ${WEBKITIMG}.cpp
-
PLIST_FILES= bin/josm ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME}
pre-everything::
@@ -43,8 +35,5 @@ do-install:
${MKDIR} ${JAVAJARDIR}/
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${JAVAJARDIR}/
${INSTALL_SCRIPT} ${WRKDIR}/josm.sh ${PREFIX}/bin/josm
-.if defined(WITH_WEBKIT_IMAGE)
- ${INSTALL_PROGRAM} ${WRKDIR}/${WEBKITIMG} ${PREFIX}/bin
-.endif
.include <bsd.port.mk>
diff --git a/astro/josm/distinfo b/astro/josm/distinfo
index 5e7c227f0bed..6d92789af6db 100644
--- a/astro/josm/distinfo
+++ b/astro/josm/distinfo
@@ -1,4 +1,2 @@
SHA256 (josm-snapshot-5576.jar) = a82e653337724d8ef4462d22cc623bd8e3d7656cb6df68b2a2dbce94544c69cd
SIZE (josm-snapshot-5576.jar) = 7553493
-SHA256 (webkit-image.cpp) = 431f5b956c0e3d1615289dd6cb64effb988b30ace7c80f5a51f9546aa80d300d
-SIZE (webkit-image.cpp) = 2718