summaryrefslogtreecommitdiff
path: root/textproc/java-native-hyperestraier/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/java-native-hyperestraier/Makefile')
-rw-r--r--textproc/java-native-hyperestraier/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/java-native-hyperestraier/Makefile b/textproc/java-native-hyperestraier/Makefile
new file mode 100644
index 00000000000..a271699277a
--- /dev/null
+++ b/textproc/java-native-hyperestraier/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/25 09:43:00 obache Exp $
+#
+
+.include "../../textproc/hyperestraier/Makefile.common"
+
+PKGNAME= java-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
+CATEGORIES= databases java
+
+COMMENT= Java native interface of Hyper Estraier
+LICENSE= gnu-lgpl-v2.1
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+MY_SUBDIR= javanative
+BUILD_DIRS= ${MY_SUBDIR}
+CONFIGURE_DIRS= ${MY_SUBDIR}
+
+GNU_CONFIGURE= yes
+
+TEST_TARGET= check
+
+.include "../../textproc/hyperestraier/buildlink3.mk"
+PTHREAD_AUTO_VARS= yes
+.include "../../mk/pthread.buildlink3.mk"
+SUBST_CLASSES+= pthread
+SUBST_STAGE.pthread= pre-configure
+SUBST_FILES.pthread= ${MY_SUBDIR}/configure
+SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|'
+.include "../../mk/java-vm.mk"
+.include "../../mk/bsd.pkg.mk"