7eeb51b534
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.
21 lines
614 B
Makefile
21 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.36 2014/05/29 23:37:19 wiz Exp $
|
|
#
|
|
|
|
COMMENT= LibPreludeDB libraries
|
|
PKGREVISION= 7
|
|
|
|
.include "../../security/libpreludedb/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-perl=no
|
|
CONFIGURE_ARGS+= --with-python=no
|
|
CONFIGURE_ARGS+= --with-mysql=no
|
|
CONFIGURE_ARGS+= --with-postgresql=no
|
|
CONFIGURE_ARGS+= --with-sqlite3=no
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/addIndices.sql ${DESTDIR}${PREFIX}/share/libpreludedb/classic
|
|
|
|
.include "../../security/libprelude/buildlink3.mk"
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|