blob: 49b23a66aadc1cf472d77b0ffdb0fec4a73592f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: gstreamer-plugins-gnonlin
# Date created: 2006-04-25
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom$
PORTNAME= gstreamer-plugins-gnonlin
PORTVERSION= 0.10.3
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gnonlin/
DISTNAME= gnonlin-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gstreamer lib for writing non-linear audio and video
USE_X_PREFIX= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GSTREAMER= yes
PLIST_FILES= lib/gstreamer-0.10/libgnl.a lib/gstreamer-0.10/libgnl.la \
lib/gstreamer-0.10/libgnl.so
.include <bsd.port.mk>
|