pkgsrc/lang/see/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

34 lines
883 B
Makefile

# $NetBSD: Makefile,v 1.17 2015/06/12 10:50:17 wiz Exp $
#
DISTNAME= see-3.0.1376
PKGREVISION= 10
CATEGORIES= lang
MASTER_SITES= http://users.tpg.com.au/dle0nard/software/
MAINTAINER= ahoka@NetBSD.org
HOMEPAGE= http://www.adaptive-enterprises.com.au/~d/software/see/
COMMENT= JavaScript interpreter and runtime library in C
LICENSE= modified-bsd
INSTALLATION_DIRS+= share/doc/see
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl aclocal autoconf automake
CONFIGURE_ARGS+= --with-readline
PKGCONFIG_OVERRIDE+= libsee/see.pc.in
pre-configure:
rm -rf ${WRKSRC}/libltdl
cd ${WRKSRC} && autoreconf -vif
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/USAGE.html ${DESTDIR}${PREFIX}/share/doc/see/
.include "../../devel/libltdl/buildlink3.mk"
.include "../../devel/boehm-gc/buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"