mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
26 lines
657 B
Makefile
26 lines
657 B
Makefile
# 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= 1
|
|
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 vte pygtk2
|
|
USE_PYTHON= yes
|
|
CONFIGURE_ARGS= --enable-python \
|
|
--disable-Bsymbolic \
|
|
--disable-freetypetest
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|