--- paragui/Makefile.dist Mon Aug 25 21:34:38 2003 +++ paragui/Makefile Sun Sep 28 16:46:57 2003 @@ -15,6 +15,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform high-level application framework and GUI library +.include + +.if ${ARCH} != "amd64" && ${ARCH} != "i386" +BROKEN= "does not seem to build on ${ARCH}" +.endif + LIB_DEPENDS= physfs-0.1.8:${PORTSDIR}/devel/physfs \ SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ @@ -41,10 +47,10 @@ post-patch: @${REINPLACE_CMD} -e 's|LT_CURRENT=.*$$|LT_CURRENT=${SHLIB_VER}|g ; \ s|`sdl-config |`\$$\{SDL_CONFIG\} |g' ${WRKSRC}/configure - + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|[$][(]SDL_CFLAGS[)]|\$\(PARAGUI_CFLAGS\)|g ; \ s|lib/pkgconfig|libdata/pkgconfig|g ; \ s|-L[./]*../src|&/.libs |g' -.include +.include --- paragui/pkg-descr.dist Wed Mar 28 09:35:42 2001 +++ paragui/pkg-descr Sun Sep 28 16:46:13 2003 @@ -17,4 +17,4 @@ progressbars, windows ...) - create your own widgets (subclass an existing widget) -WWW: http://www.bms-austria.com/projects/paragui/ +WWW: http://savannah.nongnu.org/paragui/