in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
17 lines
427 B
Makefile
17 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/10/03 00:13:33 tv Exp $
|
|
|
|
PKGNAME= swig-perl-${SWIG_VERSION}
|
|
PKGREVISION= 1
|
|
COMMENT= Simplified Wrapper and Interface Generator, Perl runtime
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
.include "../swig-build/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-perl5=${PERL5}
|
|
|
|
ALL_TARGET= runtime
|
|
INSTALL_TARGET= install-runtime
|
|
|
|
.include "../../lang/perl5/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|