Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.2 2012/10/25 06:56:01 asau Exp $
#
.include "../../textproc/hyperestraier/Makefile.common"
PKGNAME= java-pure-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
CATEGORIES= databases java
COMMENT= Java pure interface of Hyper Estraier
LICENSE= gnu-lgpl-v2.1
MY_SUBDIR= javapure
BUILD_DIRS= ${MY_SUBDIR}
CONFIGURE_DIRS= ${MY_SUBDIR}
GNU_CONFIGURE= yes
TEST_TARGET= check
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"