18 lines
355 B
Makefile
18 lines
355 B
Makefile
# New ports collection makefile for: gstreamer-schroedinger
|
|
# Date created: 2009-08-11
|
|
# Whom: mm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gstreamer
|
|
PKGNAMESUFFIX= -schroedinger
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= GStreamer dirac plugin using libschroedinger
|
|
|
|
_BUILDING_GSTREAMER_PLUGIN= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../schroedinger
|
|
|
|
.include "${MASTERDIR}/Makefile"
|