aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-vte/Makefile
blob: cf741684c5c7cb4aeb9ed0e80fff8b783c531968 (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
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/x11-toolkits/py-vte/Makefile,v 1.5 2010/09/30 09:15:43 kwm Exp $

PORTREVISION=   3
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

USES=       python
USE_GNOME=  intltool pygtk2 vte
CONFIGURE_ARGS= --enable-python \
        --disable-Bsymbolic \
        --disable-freetypetest

.include "${MASTERDIR}/Makefile"