1999-03-16 19:44:07 +00:00
|
|
|
# New ports collection makefile for: py-gnome
|
1999-09-19 15:53:19 +00:00
|
|
|
# Date created: 3/14/1999
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: nectar@FreeBSD.org
|
1998-06-02 07:41:06 +00:00
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1998-06-02 07:41:06 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 01:11:24 +00:00
|
|
|
PORTNAME= py-gnome
|
2000-05-20 15:25:37 +00:00
|
|
|
PORTVERSION= 1.0.53
|
1999-03-16 19:44:07 +00:00
|
|
|
CATEGORIES= x11-toolkits python gnome
|
2000-06-07 18:06:25 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnome-python
|
2000-04-10 01:11:24 +00:00
|
|
|
DISTNAME= gnome-python-${PORTVERSION}
|
1998-06-02 07:41:06 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
1998-10-15 14:31:45 +00:00
|
|
|
|
2000-09-21 16:00:06 +00:00
|
|
|
BUILD_DEPENDS= ${PYGTK_DEP}
|
2000-10-05 07:17:31 +00:00
|
|
|
LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade
|
2000-09-21 16:00:06 +00:00
|
|
|
RUN_DEPENDS= ${PYGTK_DEP}
|
1998-08-07 19:20:19 +00:00
|
|
|
|
1999-03-15 03:17:10 +00:00
|
|
|
USE_GMAKE= yes
|
2000-09-21 16:00:06 +00:00
|
|
|
USE_PYTHON= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
USE_GNOME= yes
|
2000-06-01 16:10:38 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOLFILES= configure pygnome/configure pygtk/configure
|
2000-09-21 16:00:06 +00:00
|
|
|
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
|
1999-09-19 15:53:19 +00:00
|
|
|
--with-gnome-config=${X11BASE}/bin/gnome-config
|
1998-06-02 07:41:06 +00:00
|
|
|
|
1999-09-19 15:53:19 +00:00
|
|
|
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
|
|
|
|
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
|
2000-09-21 16:00:06 +00:00
|
|
|
PYGTK_DEP= ${PYTHON_LIBDIR}/site-packages/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
|
1999-03-15 03:17:10 +00:00
|
|
|
|
1998-06-02 07:41:06 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
1999-09-19 15:53:19 +00: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 10:23:48 +00:00
|
|
|
${PKGDIR}/pkg-plist > ${PLIST}
|
1998-06-02 07:41:06 +00:00
|
|
|
.endif
|
|
|
|
|
1998-12-31 05:40:14 +00:00
|
|
|
.include <bsd.port.mk>
|