Index: head/devel/directfb/Makefile =================================================================== --- head/devel/directfb/Makefile (revision 165849) +++ head/devel/directfb/Makefile (revision 165850) @@ -1,57 +1,57 @@ # New ports collection makefile for: DirectFB # Date created: 19 October 2002 # Whom: Devaux Fabien # # $FreeBSD$ # PORTNAME= directfb PORTVERSION= 0.9.16 PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://www.directfb.org/downloads/Old/ DISTNAME= DirectFB-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Graphic development lightweight API LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" USE_SDL= sdl GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes USE_PERL5= yes PLIST_SUB+= DIRECTFB_VERSION=${PORTVERSION} .if exists(${LOCALBASE}/lib/libfreetype.so.9) WITH_FREETYPE2= yes .endif .if defined(WITH_FREETYPE2) LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 CONFIGURE_ARGS+= --enable-freetype PLIST_SUB+= WITH_FREETYPE2="" .else CONFIGURE_ARGS+= --disable-freetype PLIST_SUB+= WITH_FREETYPE2="@comment " .endif MAN1= directfb-csource.1 dfbg.1 MAN5= directfbrc.5 .include .if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 -BROKEN= "Does not compile on alpha 5.x" +BROKEN= Does not compile on alpha 5.x .endif post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${REINPLACE_CMD} -e 's/-lc_r/${PTHREAD_LIBS}/g' ${WRKSRC}/configure .include Property changes on: head/devel/directfb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/devel/directfb/pkg-descr =================================================================== --- head/devel/directfb/pkg-descr (revision 165849) +++ head/devel/directfb/pkg-descr (revision 165850) @@ -1,3 +1,5 @@ DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. + +WWW: http://www.directfb.org/ Property changes on: head/devel/directfb/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property