1999-02-22 21:59:16 +00:00
|
|
|
# New ports collection makefile for: py-gtk
|
|
|
|
# Version required: 0.5.10
|
1998-12-31 05:40:14 +00:00
|
|
|
# Date created: 12/26/1998
|
|
|
|
# Whom: nectar@FreeBSD.ORG
|
1998-06-02 07:41:06 +00:00
|
|
|
#
|
1999-02-28 18:48:50 +00:00
|
|
|
# $Id: Makefile,v 1.20 1999/02/28 09:28:34 obrien Exp $
|
1998-06-02 07:41:06 +00:00
|
|
|
#
|
|
|
|
|
1999-02-28 18:48:50 +00:00
|
|
|
DISTNAME= pygtk-0.5.11
|
|
|
|
PKGNAME= py-gtk-0.5.11
|
1998-08-07 22:56:48 +00:00
|
|
|
CATEGORIES= x11-toolkits python
|
1998-08-07 07:48:16 +00:00
|
|
|
MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \
|
|
|
|
ftp://ftp.gimp.org/pub/gtk/python/ \
|
1998-06-03 07:19:51 +00:00
|
|
|
ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \
|
|
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gtk/python/ \
|
|
|
|
ftp://stef.u-picardie.fr/mirror/ftp.gimp.org/gtk/python/
|
1998-06-02 07:41:06 +00:00
|
|
|
|
1998-12-31 05:40:14 +00:00
|
|
|
MAINTAINER= nectar@FreeBSD.ORG
|
1998-10-15 14:31:45 +00:00
|
|
|
|
1998-06-02 07:41:06 +00:00
|
|
|
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
1999-01-17 17:34:22 +00:00
|
|
|
LIB_DEPENDS= Imlib.2:${PORTSDIR}/graphics/imlib
|
1998-06-02 07:41:06 +00:00
|
|
|
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
1998-08-07 19:20:19 +00:00
|
|
|
|
1998-06-02 07:41:06 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-12-31 05:40:14 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11d-config
|
1998-06-02 07:41:06 +00:00
|
|
|
MAKE_FLAGS= OPT="${CFLAGS}"
|
|
|
|
|
1999-02-22 21:59:16 +00:00
|
|
|
# NOTE: for packaging to work properly, this port should be
|
|
|
|
# built with PREFIX set the same as when the python port
|
|
|
|
# was built.
|
|
|
|
|
1998-06-02 07:41:06 +00:00
|
|
|
post-install:
|
1999-02-22 21:59:16 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/examples/py-gtk
|
1998-06-02 07:41:06 +00:00
|
|
|
@(cd ${WRKSRC}/examples; tar cf - *) | \
|
1999-02-22 21:59:16 +00:00
|
|
|
(cd ${PREFIX}/share/examples/py-gtk; tar xf -)
|
1998-06-02 07:41:06 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
1999-02-22 21:59:16 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/py-gtk
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/py-gtk
|
1998-06-02 07:41:06 +00:00
|
|
|
.endif
|
|
|
|
|
1998-12-31 05:40:14 +00:00
|
|
|
.include <bsd.port.mk>
|