summaryrefslogtreecommitdiffstats
path: root/multimedia/nautilus-media/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-20 07:47:43 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-20 07:47:43 +0800
commita7748bff3725389f483a7d40050de3b410b0b353 (patch)
tree30eaac6556ced433a86885277c664b7df059fc54 /multimedia/nautilus-media/Makefile
parent5705246ca7d8added61cd41f981e187995b13827 (diff)
downloadmarcuscom-ports-a7748bff3725389f483a7d40050de3b410b0b353.tar
marcuscom-ports-a7748bff3725389f483a7d40050de3b410b0b353.tar.gz
marcuscom-ports-a7748bff3725389f483a7d40050de3b410b0b353.tar.bz2
marcuscom-ports-a7748bff3725389f483a7d40050de3b410b0b353.tar.lz
marcuscom-ports-a7748bff3725389f483a7d40050de3b410b0b353.tar.xz
marcuscom-ports-a7748bff3725389f483a7d40050de3b410b0b353.tar.zst
marcuscom-ports-a7748bff3725389f483a7d40050de3b410b0b353.zip
Re-add nautilus-media, bump the PORTREVISION to have the correct dependency
of new gstreamer-plugins port by ahze. This fixed the thumbnail of movie and others, which it required gstreamer-plugins's png and gnomevfs plugins. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3089 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/nautilus-media/Makefile')
-rw-r--r--multimedia/nautilus-media/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/multimedia/nautilus-media/Makefile b/multimedia/nautilus-media/Makefile
new file mode 100644
index 000000000..f78798bcb
--- /dev/null
+++ b/multimedia/nautilus-media/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: nautilus-media
+# Date created: 30 November 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nautilus-media
+PORTVERSION= 0.8.1
+PORTREVISION= 1
+CATEGORIES= multimedia gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GStreamer-based multimedia views for Nautilus
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomeprefix gnomehack intlhack nautilus2
+USE_GSTREAMER= core gnomevfs
+USE_LIBTOOL_VER=15
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>