diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-02 07:41:06 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-02 07:41:06 +0000 |
commit | 27aa89a33aa66b1c4b0191fa3452c313b419877f (patch) | |
tree | afc4d82ddf984350c7161a265aa529156709a7c5 /x11-toolkits/py-gtk2/Makefile | |
parent | 89b9e8925532363a9d70de06e2b5cb5229bff58b (diff) | |
download | ports-27aa89a33aa66b1c4b0191fa3452c313b419877f.tar.gz ports-27aa89a33aa66b1c4b0191fa3452c313b419877f.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile new file mode 100644 index 000000000000..464a956e9d01 --- /dev/null +++ b/x11-toolkits/py-gtk2/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: pygtk +# Version required: 0.4.3 +# Date created: 30 May 1998 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= pygtk-0.4.3 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/ + +MAINTAINER= tg@FreeBSD.ORG + +BUILD_DEPENDS= python:${PORTSDIR}/lang/python +RUN_DEPENDS= python:${PORTSDIR}/lang/python +LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk + +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> |