mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
9e8d18edb2
Add new plugins x264. Approved by: maintainer (implicit)
18 lines
337 B
Makefile
18 lines
337 B
Makefile
# New ports collection makefile for: gstreamer-plugins-sndfile
|
|
# Date created: 3 Oct 2004
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= audio
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Gstreamer sndfile plugin
|
|
|
|
GST_PLUGIN= sndfile
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|