blob: 20c9067f21b73cc92f4ffcfaf85fb752a73cc77b (
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
26
27
28
29
30
31
|
# New ports collection makefile for: libgnome-media-profiles
# Date Created: 15 April 2011
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
# $MCom$
PORTNAME= libgnome-media-profiles
PORTVERSION= 3.0.0
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library that contains code to manage media profiles
CONFLICTS= gnome-media-2.[0-9]*
USE_GNOME= gnomehack gtk30 gconf2 intlhack gnomedocutils
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GSTREAMER= yes
USE_LDCONFIG= yes
INSTALLS_OMF= yes
USE_GETTEXT= yes
GCONF_SCHEMAS= gnome-media-profiles.schemas
post-patch:
@${REINPLACE_CMD} -e 's|gladeui-3.0|gladeui-5.0|g' ${WRKSRC}/configure
.include <bsd.port.mk>
|