mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
18 lines
359 B
Makefile
18 lines
359 B
Makefile
# New ports collection makefile for: gstreamer-plugins-flac
|
|
# Date created: 3 Oct 2004
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= audio
|
|
PORTREVISION= 1
|
|
|
|
COMMENT= Gstreamer free lossless audio encoder/decoder plugin
|
|
|
|
GST_PLUGIN= flac
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|