aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-vte/Makefile
blob: 73993810c4bb05a8489e7ea16bc999c9c0c8a100 (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
# New ports collection makefile for:    py-vte
# Date created:             18 February 2007
# Whom:                 Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/x11-toolkits/py-vte/Makefile,v 1.3 2009/02/24 19:42:18 kwm Exp $
#

PORTREVISION=   0
CATEGORIES= x11-toolkits gnome python
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Python interface for VTE (Terminal widget)

MASTERDIR=  ${.CURDIR}/../vte
BUILD_WRKSRC=   ${WRKSRC}/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR=      ${.CURDIR}/pkg-descr
PLIST=      ${.CURDIR}/pkg-plist

USE_GNOME=  gnomehack gnometarget vte pygtk2
USE_PYTHON= yes
CONFIGURE_ARGS= --enable-python \
        --disable-freetypetest

.include "${MASTERDIR}/Makefile"