17 lines
422 B
Makefile
17 lines
422 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/audio/gstreamer-plugins-esound/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= Gstreamer enlightenment sound library plugin
|
|
|
|
DEPRECATED= Depends on audio/esound
|
|
EXPIRATION_DATE= 2019-03-25
|
|
|
|
GST_PLUGIN= esound
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|