2005-11-05 06:36:39 +00:00
|
|
|
# New ports collection makefile for: py-nautilus
|
|
|
|
# Date created: 31 May, 2005
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
# $MCom: ports/x11-fm/py-nautilus/Makefile,v 1.4 2005/10/02 23:53:38 marcus Exp $
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nautilus
|
2006-04-03 23:51:59 +00:00
|
|
|
PORTVERSION= 0.4.3
|
2005-11-05 06:36:39 +00:00
|
|
|
CATEGORIES= x11-fm gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2006-04-03 23:51:59 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/nautilus-python/${PORTVERSION:R}
|
2005-11-05 06:36:39 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= nautilus-python-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Python nautilus bindings
|
|
|
|
|
2006-05-29 05:32:31 +00:00
|
|
|
LIB_DEPENDS= nautilus-extension:${PORTSDIR}/x11-fm/nautilus
|
2005-11-05 06:36:39 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-11-05 06:36:39 +00:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack pygnome2
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
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>
|