summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-toolkits/open-motif-jdk/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-toolkits/open-motif-jdk/Makefile b/x11-toolkits/open-motif-jdk/Makefile
new file mode 100644
index 000000000000..9840f4d07804
--- /dev/null
+++ b/x11-toolkits/open-motif-jdk/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: open-motif-jdk
+# Date created: 31 January 2005
+# Whom: Alexey Zelkin <phantom@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -jdk
+
+MAINTAINER= phantom@FreeBSD.org
+
+.if defined(WITH_JDK_PATCH)
+EXTRA_PATCHES+= ${WITH_JDK_PATCH}
+.else
+IGNORE= "cannot be built separately"
+.endif
+
+WITHOUT_OPENMOTIF_DEMOS= YES
+WITHOUT_OPENMOTIF_MANUALS= YES
+
+MASTERDIR= ${.CURDIR}/../open-motif
+
+.include "${MASTERDIR}/Makefile"