a0a1f2e57c
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
19 lines
457 B
Makefile
19 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.26 2013/04/06 03:45:19 rodent Exp $
|
|
#
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "Makefile.common"
|
|
PKGREVISION= 4
|
|
|
|
COMMENT+= Bad plugins
|
|
|
|
# builds gsettings module
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
|
|
|
|
.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"
|