mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
15 lines
366 B
Makefile
15 lines
366 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/04/15 14:20:00 wiz Exp $
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "Makefile.common"
|
|
|
|
COMMENT+= Bad plugins
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
# bzip2 is likely present anyway, make it default
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
# same for OpenSSL
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|