mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
308 B
Makefile
17 lines
308 B
Makefile
# $NetBSD: Makefile,v 1.21 2014/02/12 23:18:33 tron Exp $
|
|
#
|
|
|
|
PKGREVISION= 15
|
|
|
|
CONFIGURE_ARGS+= --disable-python
|
|
CONFIGURE_ARGS+= --disable-php5
|
|
CONFIGURE_ARGS+= --disable-perl
|
|
|
|
PKG_DESTDIR_SUPPORT= destdir
|
|
|
|
PYTHON_FOR_BUILD_ONLY= yes
|
|
|
|
EXTRACT_USING= bsdtar
|
|
|
|
.include "../../security/lasso/Makefile.common"
|