blob: 4f4e18d4cacd6e6a4251e6a44be807add3cd8e8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: gstreamer-plugins-wavpack
# Date created: 5 July 2005
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/audio/gstreamer-plugins-wavpack/Makefile,v 1.3 2008/03/19 14:05:33 ahze Exp $
#
PORTREVISION= 1
CATEGORIES= audio
GST_PLUGIN= wavpack
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|