diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-22 17:18:22 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-22 17:18:22 +0800 |
commit | 187e7214c4afe41fa5e1e39d8ddb87c0ea14b915 (patch) | |
tree | cdf7ae3d6dd535d09469b87f53d99b540bb43a39 /x11-fm/py-nautilus/Makefile | |
parent | 70f37f16ec18fe1ce22bfedada691e74890df234 (diff) | |
download | marcuscom-ports-187e7214c4afe41fa5e1e39d8ddb87c0ea14b915.tar marcuscom-ports-187e7214c4afe41fa5e1e39d8ddb87c0ea14b915.tar.gz marcuscom-ports-187e7214c4afe41fa5e1e39d8ddb87c0ea14b915.tar.bz2 marcuscom-ports-187e7214c4afe41fa5e1e39d8ddb87c0ea14b915.tar.lz marcuscom-ports-187e7214c4afe41fa5e1e39d8ddb87c0ea14b915.tar.xz marcuscom-ports-187e7214c4afe41fa5e1e39d8ddb87c0ea14b915.tar.zst marcuscom-ports-187e7214c4afe41fa5e1e39d8ddb87c0ea14b915.zip |
Update to 0.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11558 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/py-nautilus/Makefile')
-rw-r--r-- | x11-fm/py-nautilus/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/x11-fm/py-nautilus/Makefile b/x11-fm/py-nautilus/Makefile new file mode 100644 index 000000000..937d862a6 --- /dev/null +++ b/x11-fm/py-nautilus/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: py-nautilus +# Date created: 31 May, 2005 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= nautilus +PORTVERSION= 0.5.1 +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/nautilus + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_PYTHON= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack pygnome2 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + +DOCSDIR= ${PREFIX}/share/doc/nautilus-python + +post-patch: + @${REINPLACE_CMD} -e 's|[(]datadir[)]/doc/|(prefix)/share/doc/|g' \ + ${WRKSRC}/examples/Makefile.in + +.include <bsd.port.mk> |