mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
53bfb7079e
Reported by: Ashish Shukla à¤à¤¶à¥à¤· शà¥à¤à¥à¤² <wahjava.ml@gmail.com> Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=540696
32 lines
759 B
Makefile
32 lines
759 B
Makefile
# 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.21 2007/09/16 17:11:09 ahze Exp $
|
|
#
|
|
|
|
PORTNAME= gobject
|
|
PORTVERSION= 2.14.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
|
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
|
|
CONFIGURE_ARGS= --disable-docs
|
|
|
|
CONFLICTS= py*-gtk-0*
|
|
|
|
.include <bsd.port.mk>
|