summaryrefslogblamecommitdiffstats
path: root/x11-toolkits/py-gtksourceview/Makefile
blob: 2f5299542d879c7c25d1b365bb00723342f72184 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                               
                                                                                            


                             
                      




















                                                                                        
# New ports collection makefile for:    py-gtksourceview
# Date created:             25 June 2007
# Whom:                 Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/x11-toolkits/py-gtksourceview/Makefile,v 1.1 2007/06/25 22:16:32 mezz Exp $
#

PORTNAME=   gtksourceview
PORTVERSION=    1.90.2
CATEGORIES= x11-toolkits gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/pygtksourceview/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   pygtksourceview-${PORTVERSION}

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A python bindings for the version 2 of the GtkSourceView library

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack gnomeprefix gnometarget gtksourceview2 pygtk2
USE_PYTHON= yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-docs

post-patch:
    @${REINPLACE_CMD} -e 's| == x| = x|g' \
        ${WRKSRC}/configure

.include <bsd.port.mk>