ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/multimedia/gstreamer-plugins-core/Makefile
Revision: 15462
Committed: Tue Sep 17 03:15:41 2013 UTC (10 years, 7 months ago) by laffer1
File size: 1167 byte(s)
Log Message:
fixup some properties.

File Contents

# Content
1 # New ports collection makefile for: gstreamer-plugins-core
2 #
3 # $MidnightBSD$
4 # $FreeBSD: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.15 2007/06/07 14:04:25 ahze Exp $
5
6 PORTNAME= gstreamer-plugins-core
7 PORTVERSION= 0.10
8 CATEGORIES= multimedia audio
9 MASTER_SITES= # empty
10 DISTFILES= # empty
11 EXTRACT_ONLY= # empty
12
13 MAINTAINER= ports@MidnightBSD.org
14 COMMENT= Core set of typical audio and video gstreamer-plugins
15 LICENSE= lgpl
16
17 NO_BUILD= yes
18 GST_DIR= lib/gstreamer-${PORTVERSION}
19 PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep
20
21 WANT_GSTREAMER= yes
22
23 .include <bsd.port.pre.mk>
24
25 # Audio plugins
26 USE_GSTREAMER+= mp3 ogg vorbis
27
28 # Graphics plugins
29 USE_GSTREAMER+= libpng
30
31 # Misc plugins
32 USE_GSTREAMER+= pango
33
34 # Multimedia plugins
35 USE_GSTREAMER+= ffmpeg good theora xvid
36
37 .if !defined(WITHOUT_DVD)
38 # Audio plugins
39 USE_GSTREAMER+= a52dec dvd dts
40 .endif
41
42 pre-everything::
43 @${ECHO_MSG} ""
44 @${ECHO_MSG} " Disable DVD plugins by defining WITHOUT_DVD"
45 @${ECHO_MSG} ""
46
47 do-install:
48 if [ ! -d ${PREFIX}/${GST_DIR} ]; then \
49 ${MKDIR} ${PREFIX}/${GST_DIR} ; \
50 fi
51 ${TOUCH} -f ${PREFIX}/${GST_DIR}/.gstreamer-plugins-core.keep
52
53 .include <bsd.port.post.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H