blob: 2b9cc9266883c00b04f0fa5f26e5cee7566eb4eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $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"
|