summaryrefslogtreecommitdiffstats
path: root/java/jmp/Makefile
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-10-26 16:51:29 +0000
committerglewis <glewis@FreeBSD.org>2004-10-26 16:51:29 +0000
commit8eef976b46e4e04315ac872845c1470c7595339c (patch)
tree4b4e4357188b14d8ba429377b3e3ff336b5ecbf7 /java/jmp/Makefile
parentd849cb5c7b731e13201b3402a44e73724df8996c (diff)
downloadFreeBSD-ports-8eef976b46e4e04315ac872845c1470c7595339c.zip
FreeBSD-ports-8eef976b46e4e04315ac872845c1470c7595339c.tar.gz
. Update to 0.44.
PR: 72959 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Diffstat (limited to 'java/jmp/Makefile')
-rw-r--r--java/jmp/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/java/jmp/Makefile b/java/jmp/Makefile
index e7c4047..dfffedc 100644
--- a/java/jmp/Makefile
+++ b/java/jmp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= jmp
-PORTVERSION= 0.43
+PORTVERSION= 0.44
CATEGORIES= java devel
MASTER_SITES= http://www.khelekore.org/jmp/
@@ -19,7 +19,8 @@ OPTIONS= X11 "Enable X11 support" on
OPTIONS+= DEBUG "Enable extra debug output" off
OPTIONS+= OPTIMIZED_CFLAGS "Compile with -O3" off
-CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include"
+CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include" \
+ --with-libintl-prefix="${LOCALBASE}"
USE_GETTEXT= yes
.if defined(WITHOUT_X11)
@@ -54,6 +55,7 @@ CONFIGURE_ENV= JAVA_HOME="${JAVA_HOME}"
INSTALLS_SHLIB= yes
PLIST_FILES= lib/libjmp.so lib/libjmp.so.0 \
- share/locale/de/LC_MESSAGES/jmp.mo share/locale/sv/LC_MESSAGES/jmp.mo
+ share/locale/de/LC_MESSAGES/jmp.mo \
+ share/locale/sv/LC_MESSAGES/jmp.mo
.include <bsd.port.mk>
OpenPOWER on IntegriCloud