blob: 4ddca5324ab5b82f0ce6171c01dcb599f61a48b2 (
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-wavpack80/Makefile,v 1.2 2006/02/23 18:05:35 marcus Exp $
#
PORTREVISION= 2
CATEGORIES= audio
GST_PLUGIN= wavpack
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80
.include "${MASTERDIR}/Makefile"
|