pkgsrc/lang/see/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

34 lines
882 B
Makefile

# $NetBSD: Makefile,v 1.16 2014/05/29 23:36:44 wiz Exp $
#
DISTNAME= see-3.0.1376
PKGREVISION= 9
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"