1998-06-02 07:41:06 +00:00
|
|
|
# New ports collection makefile for: pygtk
|
1998-08-07 07:48:16 +00:00
|
|
|
# Version required: 0.4.5
|
1998-06-02 07:41:06 +00:00
|
|
|
# Date created: 30 May 1998
|
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
|
|
#
|
1998-08-07 22:56:48 +00:00
|
|
|
# $Id: Makefile,v 1.7 1998/08/07 19:20:19 asami Exp $
|
1998-06-02 07:41:06 +00:00
|
|
|
#
|
|
|
|
|
1998-08-07 07:48:16 +00:00
|
|
|
DISTNAME= pygtk-0.4.5
|
|
|
|
PKGNAME= py-gtk-0.4.5
|
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-08-07 07:48:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
1998-06-02 07:41:06 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
|
|
|
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
|
|
|
LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk
|
|
|
|
|
1998-08-07 19:20:19 +00:00
|
|
|
BROKEN= glib.h
|
|
|
|
|
1998-06-02 07:41:06 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
ALL_TARGET= sharedmods
|
|
|
|
MAKE_FLAGS= OPT="${CFLAGS}"
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/examples/pygtk
|
|
|
|
@(cd ${WRKSRC}/examples; tar cf - *) | \
|
|
|
|
(cd ${PREFIX}/share/examples/pygtk; tar xf -)
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/pygtk
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pygtk
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|