summaryrefslogtreecommitdiffstats
path: root/devel/py-gobject/Makefile
blob: 2de0298584ce1eaacb8dd3eb5929deb9aef77ba9 (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
# New ports collection makefile for:    py-gobject
# Date created:             10 January 2006
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/devel/py-gobject/Makefile,v 1.1 2006/01/17 05:47:32 marcus Exp $

PORTNAME=   gobject
PORTVERSION=    2.9.1
PORTREVISION=   1
CATEGORIES= devel python
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/pygobject/2.9
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   pygobject-${PORTVERSION}
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Python bindings for GObject

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack glib20
USE_PYTHON= yes
GNU_CONFIGURE=  yes

CONFLICTS=  py*-gtk-0*

.include <bsd.port.mk>