blob: 097fe76e383d0dc6c3784f11951cd7170d2a3f55 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: gstreamer-plugins-x264
# Date created: 6 Sep 2005
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/multimedia/gstreamer-plugins-x26480/Makefile,v 1.1 2006/01/20 02:56:07 ahze Exp $
#
PORTREVISION= 5
CATEGORIES= multimedia
COMMENT= Gstreamer x264 plugin
GST_PLUGIN= x264
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80
.include "${MASTERDIR}/Makefile"
|