7af716330d
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
29 lines
704 B
Makefile
29 lines
704 B
Makefile
# $NetBSD: Makefile,v 1.24 2006/07/19 19:14:38 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= japhar-0.08
|
|
PKGREVISION= 4
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.hungry.com/old-hungry/products/japhar/
|
|
COMMENT= Java Virtual Machine, currently JDK 1.1.5-level
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
|
|
INFO_FILES= # PLIST
|
|
|
|
# The japhar tar archive uses ././@LongLink GNU tar hacks
|
|
EXTRACT_USING= nbtar
|
|
|
|
post-extract:
|
|
${RM} -r ${WRKSRC}/lib/libffi
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../devel/libffi/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|