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
|
2001-05-04 23:39:58 +02:00
|
|
|
PORTVERSION= 1.4.0
|
2001-05-16 15:59:16 +02:00
|
|
|
PORTREVISION= 2
|
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}
|
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnome-python
|
2000-04-10 03:11:24 +02:00
|
|
|
DISTNAME= gnome-python-${PORTVERSION}
|
1998-06-02 09:41:06 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1998-10-15 16:31:45 +02:00
|
|
|
|
2000-09-21 18:00:06 +02:00
|
|
|
BUILD_DEPENDS= ${PYGTK_DEP}
|
|
|
|
RUN_DEPENDS= ${PYGTK_DEP}
|
1998-08-07 21:20:19 +02:00
|
|
|
|
1999-03-15 04:17:10 +01:00
|
|
|
USE_GMAKE= yes
|
2000-09-21 18:00:06 +02:00
|
|
|
USE_PYTHON= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
USE_GNOME= yes
|
2000-06-01 18:10:38 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOLFILES= configure pygnome/configure pygtk/configure
|
2000-09-21 18:00:06 +02:00
|
|
|
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
|
2001-05-16 16:34:09 +02:00
|
|
|
--with-gnome-config=${X11BASE}/bin/gnome-config
|
1998-06-02 09:41:06 +02:00
|
|
|
|
1999-09-19 17:53:19 +02:00
|
|
|
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
|
|
|
|
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
|
2001-06-13 16:33:37 +02:00
|
|
|
PYGTK_DEP= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
|
1999-03-15 04:17:10 +01:00
|
|
|
|
1998-06-02 09:41:06 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
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}
|
|
|
|
find ${EG_DST_DIR} -type d -print | xargs ${CHMOD} 0555
|
|
|
|
find ${EG_DST_DIR} -type f -print | xargs ${CHMOD} 0444
|
|
|
|
.else
|
|
|
|
PLIST= ${WRKDIR}/PLIST.nodocs
|
|
|
|
pre-install:
|
|
|
|
${RM} -f ${PLIST}
|
|
|
|
${GREP} -E -v '^(@dirrm )?(share/examples/)|(share/doc/)' \
|
2000-10-08 12:23:48 +02:00
|
|
|
${PKGDIR}/pkg-plist > ${PLIST}
|
1998-06-02 09:41:06 +02:00
|
|
|
.endif
|
|
|
|
|
1998-12-31 06:40:14 +01:00
|
|
|
.include <bsd.port.mk>
|