diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-28 13:34:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-28 13:34:31 +0800 |
commit | 675804471de40410e9dee59c261faf129898952e (patch) | |
tree | 2968d2196fdcf2d45ef35028ee2d548bde999e80 /audio/gnome-media/Makefile | |
parent | 5a703f65249e682c3307f8c690d9ca2e8eefff1a (diff) | |
download | marcuscom-ports-675804471de40410e9dee59c261faf129898952e.tar marcuscom-ports-675804471de40410e9dee59c261faf129898952e.tar.gz marcuscom-ports-675804471de40410e9dee59c261faf129898952e.tar.bz2 marcuscom-ports-675804471de40410e9dee59c261faf129898952e.tar.lz marcuscom-ports-675804471de40410e9dee59c261faf129898952e.tar.xz marcuscom-ports-675804471de40410e9dee59c261faf129898952e.tar.zst marcuscom-ports-675804471de40410e9dee59c261faf129898952e.zip |
Update to 2.23.1.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10919 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r-- | audio/gnome-media/Makefile | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile new file mode 100644 index 000000000..65ccbf5d2 --- /dev/null +++ b/audio/gnome-media/Makefile @@ -0,0 +1,43 @@ +# 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.23.1.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= gnome-audio-profiles.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> |