mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# New ports collection makefile for: gnomemedia2
|
|
# Date created: 06 May 2002
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/audio/gnome-media/Makefile,v 1.114 2008/03/11 02:39:19 mezz Exp $
|
|
#
|
|
|
|
PORTNAME= gnome-media
|
|
PORTVERSION= 2.22.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Multimedia applications for the GNOME 2 desktop
|
|
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
INSTALLS_OMF= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
GNOME_DESKTOP_VERSION=2
|
|
USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
|
|
gail nautiluscdburner
|
|
USE_GSTREAMER= cdparanoia esound gconf good
|
|
CONFIGURE_ARGS= --enable-ipv6
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \
|
|
gnome-cd.schemas gnome-sound-recorder.schemas \
|
|
gnome-volume-control.schemas
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \
|
|
${WRKSRC}/gnome-cd/Makefile.in
|
|
@${REINPLACE_CMD} -e 's|acd0c|acd0|g ; s|== "xyes|= "xyes|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|