diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-07 01:08:46 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-07 01:08:46 +0800 |
| commit | 6e51f1c4da7d20e8a482559829f7b66f7e744bb3 (patch) | |
| tree | 53b34c3a309575789a99335f7fbef3bda1ed61ab /audio/gnome-media/Makefile | |
| parent | dd54ebe99113b2a7d4eeb3dfe482106eb04f59f6 (diff) | |
| download | marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.tar.gz marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.tar.zst marcuscom-ports-6e51f1c4da7d20e8a482559829f7b66f7e744bb3.zip | |
Update to 2.27.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12267 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
| -rw-r--r-- | audio/gnome-media/Makefile | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile new file mode 100644 index 000000000..49391edd7 --- /dev/null +++ b/audio/gnome-media/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: gnomemedia2 +# Date created: 06 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-media +PORTVERSION= 2.27.1 +CATEGORIES= audio gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Multimedia applications for the GNOME 2 desktop + +LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio \ + canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique + +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 +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 + +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> |
