blob: 3ed0c2a05aa5b8085c782c5fabae33d12b09f8ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: 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= 0
CATEGORIES= audio
GST_PLUGIN= wavpack
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|