pkgsrc/multimedia/gst-plugins0.10-base/Makefile
drochner 5199426607 add "test" targets (which only make sense if gstreamer was built with
the "gstcheck" option, but do no harm otherwise)
2007-02-08 21:30:24 +00:00

18 lines
438 B
Makefile

# $NetBSD: Makefile,v 1.6 2007/02/08 21:30:24 drochner Exp $
#
.include "Makefile.common"
COMMENT+= base plugins
USE_TOOLS+= perl:run
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-plugins-base-uninstalled.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-plugins-base.pc.in
REPLACE_PERL+= tools/gst-visualise-m.m
# only useful if gstreamer was built with the "gstcheck" option
TEST_TARGET= check-torture
.include "../../mk/bsd.pkg.mk"