Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+23 -1
View File
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.27 2012/10/25 06:55:56 asau Exp $
# $NetBSD: Makefile,v 1.28 2015/02/11 13:29:42 pho Exp $
.include "Makefile.common"
@@ -12,6 +12,28 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE= hyperestraier.pc.in
TEST_TARGET= check
# ${WRKSRC}/Makefile defines different targets for each non-ELF
# platforms. And for Cygwin, there is no installation target...
BROKEN_ON_PLATFORM+= Cygwin-*-*
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Cygwin"
BUILD_TARGET= win
TEST_TARGET= # none
INSTALL_TARGET= # none
.elif ${OPSYS} == "Darwin"
BUILD_TARGET= mac
TEST_TARGET= check-mac
INSTALL_TARGET= install-mac
.elif ${OPSYS} == "HPUX"
BUILD_TARGET= hpux
TEST_TARGET= check-hpux
INSTALL_TARGET= install-hpux
.endif
BUILDLINK_API_DEPENDS.qdbm+= qdbm>=1.8.75
.include "../../archivers/bzip2/buildlink3.mk"
+2 -2
View File
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.8 2009/05/25 09:47:32 obache Exp $
# $NetBSD: Makefile.common,v 1.9 2015/03/15 17:09:00 hiramatsu Exp $
#
# used by textproc/java-native-hyperestraier/Makefile
# used by textproc/java-pure-hyperestraier/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/} \
http://hyperestraier.sourceforge.net/
HYPERESTRAIER_VERSION=1.4.13
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hyperestraier.sourceforge.net/
DISTINFO_FILE= ${.CURDIR}/../../textproc/hyperestraier/distinfo