View | Details | Raw Unified | Return to bug 173805
Collapse All | Expand All

(-)josm/Makefile (working copy) (-7 / +4 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:   josm
1
# Created by: Gleb Smirnoff <glebius@FreeBSD.org>
2
# Date created:                2009/02/24
3
# Whom:                        Gleb Smirnoff <glebius@FreeBSD.org>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
PORTNAME=      josm
3
PORTNAME=      josm
8
PORTVERSION=   5485
4
PORTVERSION=   5485
Lines 33-39 Link Here
33
PLIST_FILES=   bin/josm ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME}
29
PLIST_FILES=   bin/josm ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME}
34
OPTIONS=       WEBKIT_IMAGE "Build webkit-image (needed for Yahoo imagery)" off
30
OPTIONS_DEFINE=        WEBKIT_IMAGE
31
WEBKIT_IMAGE_DESC=     Build webkit-image (needed for Yahoo imagery)
35
.include <bsd.port.options.mk>
32
.include <bsd.port.options.mk>
Lines 41-47 Link Here
41
       @${ECHO_CMD} "You can change limit of memory available to josm by defining"
38
       @${ECHO_CMD} "You can change limit of memory available to josm by defining"
42
       @${ECHO_CMD} "JOSM_MEMORY_LIMIT variable in /etc/make.conf. Default is 1024 (MB)."
39
       @${ECHO_CMD} "JOSM_MEMORY_LIMIT variable in /etc/make.conf. Default is 1024 (MB)."
43
.if defined(WITH_WEBKIT_IMAGE)
40
.if ${PORT_OPTIONS:MWEBKIT_IMAGE}
44
PLIST_FILES+=  bin/webkit-image
41
PLIST_FILES+=  bin/webkit-image
45
USE_QT4=       corelib gui webkit moc_build
42
USE_QT4=       corelib gui webkit moc_build

Return to bug 173805