1999-03-16 20:44:07 +01:00
|
|
|
# New ports collection makefile for: py-gnome
|
1999-09-19 17:53:19 +02:00
|
|
|
# Date created: 3/14/1999
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: nectar@FreeBSD.org
|
1998-06-02 09:41:06 +02:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1998-06-02 09:41:06 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 03:11:24 +02:00
|
|
|
PORTNAME= py-gnome
|
2002-08-28 20:02:42 +02:00
|
|
|
PORTVERSION= 1.4.4
|
2008-07-13 18:11:18 +02:00
|
|
|
PORTREVISION= 9
|
1999-03-16 20:44:07 +01:00
|
|
|
CATEGORIES= x11-toolkits python gnome
|
2000-06-07 20:06:25 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-python/1.4
|
2000-04-10 03:11:24 +02:00
|
|
|
DISTNAME= gnome-python-${PORTVERSION}
|
2002-08-28 20:02:42 +02:00
|
|
|
DIST_SUBDIR= gnome
|
1998-06-02 09:41:06 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A set of Python bindings for GNOME
|
1998-10-15 16:31:45 +02:00
|
|
|
|
2002-08-28 20:02:42 +02:00
|
|
|
USE_BZIP2= yes
|
1999-03-15 04:17:10 +01:00
|
|
|
USE_GMAKE= yes
|
2000-09-21 18:00:06 +02:00
|
|
|
USE_PYTHON= yes
|
2008-07-13 18:11:18 +02:00
|
|
|
USE_GNOME= gtkhtml gnometarget pygtk
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-09-21 18:00:06 +02:00
|
|
|
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
|
2006-10-14 10:54:54 +02:00
|
|
|
--with-gnome-config=${LOCALBASE}/bin/gnome-config \
|
2001-07-03 13:38:46 +02:00
|
|
|
--with-gtkhtml
|
1998-06-02 09:41:06 +02:00
|
|
|
|
1999-09-19 17:53:19 +02:00
|
|
|
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
|
2008-07-04 05:25:30 +02:00
|
|
|
EG_DST_DIR= ${EXAMPLESDIR}
|
1999-03-15 04:17:10 +01:00
|
|
|
|
2004-01-30 04:31:01 +01:00
|
|
|
CONFLICTS= py*-gnome-2*
|
|
|
|
|
2007-07-15 02:11:46 +02:00
|
|
|
post-patch:
|
2008-07-04 05:25:30 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
|
|
|
|
${WRKSRC}/configure ${WRKSRC}/pygtk/configure
|
2007-07-15 02:11:46 +02:00
|
|
|
|
2008-07-04 05:25:30 +02:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
1999-09-19 17:53:19 +02:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${EG_DST_DIR}
|
|
|
|
${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xvf -
|
|
|
|
${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
|
2003-11-13 13:03:59 +01:00
|
|
|
${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555
|
|
|
|
${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444
|
1998-06-02 09:41:06 +02:00
|
|
|
.endif
|
|
|
|
|
1998-12-31 06:40:14 +01:00
|
|
|
.include <bsd.port.mk>
|