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.
27 lines
642 B
Makefile
27 lines
642 B
Makefile
# $NetBSD: Makefile,v 1.27 2013/04/06 03:45:19 rodent Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
PKGREVISION= 6
|
|
|
|
#CONFIGURE_ARGS+= --disable-silent-rules
|
|
|
|
COMMENT+= Base plugins
|
|
|
|
# some plugins were moved from bad to base
|
|
CONFLICTS+= gst-plugins0.10-bad<0.10.10
|
|
|
|
USE_TOOLS+= perl:run
|
|
|
|
PKGCONFIG_OVERRIDE+= pkgconfig/*.pc.in
|
|
|
|
REPLACE_PERL+= tools/gst-visualise-m.m
|
|
|
|
# only useful if gstreamer was built with the "gstcheck" option
|
|
TEST_TARGET= check-torture
|
|
|
|
# soft dependency only, .pc file not needed
|
|
#.include "../../textproc/iso-codes/buildlink3.mk"
|
|
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|