15 lines
345 B
Makefile
15 lines
345 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/05/10 16:42:39 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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|