summaryrefslogtreecommitdiffstats
path: root/x11-fm/py-nautilus/Makefile
blob: 0701f0a560f208087cadf7326130c6bf2aea022c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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.2 2005/06/28 05:40:14 adamw Exp $
#

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_AUTOTOOLS=  libtool:15
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack pygnome2
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>