1999-09-19 15:48:50 +00:00
|
|
|
# New ports collection makefile for: py-gtk
|
|
|
|
# Date created: 09/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-gtk
|
2000-05-05 09:16:27 +00:00
|
|
|
PORTVERSION= 0.6.6
|
1999-09-19 15:48:50 +00:00
|
|
|
CATEGORIES= x11-toolkits python
|
2000-06-07 18:06:25 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnome-python
|
2000-05-05 09:16:27 +00:00
|
|
|
DISTNAME= gnome-python-1.0.53
|
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
|
|
|
|
1999-09-19 15:48:50 +00:00
|
|
|
BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
1999-10-08 03:30:33 +00:00
|
|
|
Imlib.5:${PORTSDIR}/graphics/imlib
|
1999-09-19 15:48:50 +00:00
|
|
|
RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python
|
1999-05-30 03:44:37 +00:00
|
|
|
|
1999-10-14 16:49:46 +00:00
|
|
|
GTK_CONFIG= ${X11BASE}/bin/gtk12-config
|
1998-06-02 07:41:06 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-03-15 03:17:10 +00:00
|
|
|
USE_GMAKE= yes
|
1999-09-19 15:48:50 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG}
|
|
|
|
CONFIGURE_ARGS= --with-python=python1.5
|
2000-05-05 09:16:27 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-09-19 15:48:50 +00:00
|
|
|
PLIST_COMPLETE= ${PKGDIR}/PLIST
|
1999-03-15 03:17:10 +00:00
|
|
|
|
1999-10-14 16:49:46 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk
|
1999-09-19 15:48:50 +00:00
|
|
|
EG_SRC_DIR= ${WRKSRC}/examples
|
|
|
|
EG_DST_DIR= ${PREFIX}/share/examples/py-gtk
|
1999-02-22 21:59:16 +00:00
|
|
|
|
1998-06-02 07:41:06 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
1999-09-19 15:48:50 +00:00
|
|
|
PLIST= ${PLIST_COMPLETE}
|
|
|
|
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
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/py-gtk
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/MAPPING ${PREFIX}/share/doc/py-gtk
|
|
|
|
.else
|
|
|
|
PLIST= ${WRKDIR}/PLIST.nodocs
|
|
|
|
pre-install:
|
|
|
|
${RM} -f ${PLIST}
|
|
|
|
${GREP} -E -v '^(@dirrm )?(share/examples/)|(share/doc/)' \
|
|
|
|
${PLIST_COMPLETE} > ${PLIST}
|
1998-06-02 07:41:06 +00:00
|
|
|
.endif
|
|
|
|
|
1998-12-31 05:40:14 +00:00
|
|
|
.include <bsd.port.mk>
|