diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-02 06:57:09 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-02 06:57:09 +0800 |
| commit | f25699baff29bb3d0e5fc1cc80649da25d912fcc (patch) | |
| tree | fef8aa7c148682b909578df5e8cbdd7e27575f57 /audio/gnome-media/Makefile | |
| parent | 725fcfc5c4f6d169dacfc00dd11ccf11164dc750 (diff) | |
| download | marcuscom-ports-f25699baff29bb3d0e5fc1cc80649da25d912fcc.tar.gz marcuscom-ports-f25699baff29bb3d0e5fc1cc80649da25d912fcc.tar.zst marcuscom-ports-f25699baff29bb3d0e5fc1cc80649da25d912fcc.zip | |
Update to 2.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2347 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
| -rw-r--r-- | audio/gnome-media/Makefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile new file mode 100644 index 000000000..b7064533d --- /dev/null +++ b/audio/gnome-media/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: gnomemedia2 +# Date created: 06 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/audio/gnomemedia2/Makefile,v 1.50 2004/05/13 19:07:46 marcus Exp $ +# + +PORTNAME= gnomemedia2 +PORTVERSION= 2.7.1 +CATEGORIES= audio gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-media/2.7 +DISTNAME= gnome-media-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Multimedia applications for the GNOME 2 desktop + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_LIBTOOL_VER=13 +INSTALLS_SHLIB= yes +USE_REINPLACE= yes +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier gnomedesktop \ + gail gstreamerplugins +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \ + ${WRKSRC}/gnome-cd/Makefile.in +.if ${OSVERSION} > 501107 + @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0|' ${WRKSRC}/configure +.else + @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0c|' ${WRKSRC}/configure +.endif + +.include <bsd.port.post.mk> |
