b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
29 lines
803 B
Text
29 lines
803 B
Text
# $NetBSD: Makefile.common,v 1.17 2020/01/18 23:32:41 rillig Exp $
|
|
#
|
|
# used by lang/classpath/Makefile
|
|
# used by lang/classpath-gui/Makefile
|
|
|
|
DISTNAME= classpath-0.93
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.gnu.org/gnu/classpath/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/classpath/
|
|
COMMENT= Class libraries for Java VM
|
|
|
|
BUILD_DEPENDS+= jikes>=1.18:../../lang/jikes
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../lang/classpath/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../lang/classpath/patches
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
UNLIMIT_RESOURCES+= datasize
|
|
|
|
# XXX this must be fixed as an optional build flag
|
|
CONFIGURE_ARGS+= --disable-gconf-peer
|
|
CONFIGURE_ARGS+= --disable-plugin
|
|
CONFIGURE_ARGS+= --with-jikes
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|