summaryrefslogtreecommitdiffstats
path: root/x11-fm/py-nautilus/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-31 15:45:39 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-31 15:45:39 +0800
commitae582365a5d1a6050b651b72a1ce72488ca059cd (patch)
tree83d41f0281cb1054871902d13f0afa709ac2a26f /x11-fm/py-nautilus/Makefile
parent348ce6e6aaf6db2f6f49963395f3347f0f41352a (diff)
downloadmarcuscom-ports-ae582365a5d1a6050b651b72a1ce72488ca059cd.tar
marcuscom-ports-ae582365a5d1a6050b651b72a1ce72488ca059cd.tar.gz
marcuscom-ports-ae582365a5d1a6050b651b72a1ce72488ca059cd.tar.bz2
marcuscom-ports-ae582365a5d1a6050b651b72a1ce72488ca059cd.tar.lz
marcuscom-ports-ae582365a5d1a6050b651b72a1ce72488ca059cd.tar.xz
marcuscom-ports-ae582365a5d1a6050b651b72a1ce72488ca059cd.tar.zst
marcuscom-ports-ae582365a5d1a6050b651b72a1ce72488ca059cd.zip
Add py-nautilus (nautilus-python). If you need a description for what this
port is, you're fired. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4021 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/py-nautilus/Makefile')
-rw-r--r--x11-fm/py-nautilus/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-fm/py-nautilus/Makefile b/x11-fm/py-nautilus/Makefile
new file mode 100644
index 000000000..48899ee50
--- /dev/null
+++ b/x11-fm/py-nautilus/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: py-nautilus
+# Date created: 31 May, 2005
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nautilus
+PORTVERSION= 0.4.0
+CATEGORIES= x11-fm gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/nautilus-python/${PORTVERSION:R}/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= nautilus-python-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Python nautilus bindings
+
+LIB_DEPENDS= nautilus-extension:${PORTSDIR}/x11-fm/nautilus2
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+
+USE_LIBTOOL_VER=15
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack pygnome2
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>