Index: head/devel/veepee/Makefile =================================================================== --- head/devel/veepee/Makefile (revision 86475) +++ head/devel/veepee/Makefile (revision 86476) @@ -1,53 +1,55 @@ # Ports collection Makefile for: veepee # Date created: 2 August 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= veepee PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= devel python gnome MASTER_SITES= http://www.river-bank.demon.co.uk/software/ DISTNAME= VeePee-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A user orientated scripting environment for embedding in applications +BROKEN= "Does not configure" + LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 USE_GNOME= gnomelibs USE_XLIB= yes USE_PYTHON= yes USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} ${PYTHON_LIBS}" CONFIGURE_ARGS= --with-gd-includes=${LOCALBASE}/include/gd \ --disable-kde .if exists(/usr/lib/libcrypto.a) PYTHON_LIBS+= -lssl -lcrypto .endif pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|#include ||g' \ ${WRKSRC}/pymod/gdchart/gdc_pie.c post-configure: @${REINPLACE_CMD} -e \ 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ ${WRKSRC}/libtool post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/veepee ${MKDIR} ${PREFIX}/share/examples/veepee cd ${WRKSRC}/doc && \ ${INSTALL_DATA} GNOMEapi.txt controls.txt ${PREFIX}/share/doc/veepee cd ${WRKSRC}/examples && \ ${INSTALL_SCRIPT} *.py ${PREFIX}/share/examples/veepee .endif .include Property changes on: head/devel/veepee/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/games/pythoong/Makefile =================================================================== --- head/games/pythoong/Makefile (revision 86475) +++ head/games/pythoong/Makefile (revision 86476) @@ -1,28 +1,30 @@ # New ports collection makefile for: pythoong # Date created: 24 July 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= pythoong PORTVERSION= 0.99 CATEGORIES= games gnome MASTER_SITES= http://perso.wanadoo.fr/christophe.cressend/tarballs/ MAINTAINER= ports@FreeBSD.org COMMENT= A snake-like game written for Gnome desktop +BROKEN= Does not configure + BUILD_DEPENDS= xbmtopbm:${PORTSDIR}/graphics/netpbm WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include Property changes on: head/games/pythoong/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property