diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile index 21baed99c591..b54a114749ba 100644 --- a/devel/py-xdg/Makefile +++ b/devel/py-xdg/Makefile @@ -1,29 +1,31 @@ # New ports collection makefile for: py-xdg # Date created: 2004-06-25 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= xdg PORTVERSION= 0.8 CATEGORIES= devel python -MASTER_SITES= http://freedesktop.org/Software/pyxdg/releases/ +MASTER_SITES= http://freedesktop.org/Software/pyxdg/releases/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= ahze@FreeBSD.org COMMENT= A python library to access freedesktop.org standards USE_PYTHON= yes USE_PYDISTUTILS=yes USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g ; \ s|/usr/share|/usr/share:${X11BASE}/share|g' \ ${WRKSRC}/xdg/BaseDirectory.py @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/xdg/IconTheme.py .include diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 2c6325997f2e..bd0e48ec3e25 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,44 +1,45 @@ # New ports collection makefile for: cairo # Date created: 2004-10-06 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= cairo PORTVERSION= 0.2.0 CATEGORIES= graphics -MASTER_SITES= http://www.cairographics.org/snapshots/ +MASTER_SITES= http://www.cairographics.org/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= Cairo is a vector graphics library with cross-device output support LIB_DEPENDS= pixman.1:${PORTSDIR}/graphics/libpixman \ glitz-glx.1:${PORTSDIR}/graphics/glitz \ freetype.9:${PORTSDIR}/print/freetype2 \ png.5:${PORTSDIR}/graphics/png USE_GNOME= gnometarget gnomehack USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CLFAGS}" \ LDFLAGS="${PTHREAD_LDFLAGS}" PLIST_FILES= include/cairo-features.h \ include/cairo.h \ lib/libcairo.a \ lib/libcairo.so \ lib/libcairo.so.1 \ libdata/pkgconfig/cairo.pc .include post-patch: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ ${WRKSRC}/src/*.* .endif .include - diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile index b6027bedd51b..411ebac25200 100644 --- a/graphics/glitz/Makefile +++ b/graphics/glitz/Makefile @@ -1,33 +1,35 @@ # New ports collection makefile for: glitz # Date created: 2004-10-06 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= glitz PORTVERSION= 0.2.3 CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ +MASTER_SITES= http://cairographics.org/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= OpenGL image compositing library USE_REINPLACE= yes USE_GL= yes USE_GNOME= pkgconfig gnometarget gnomehack USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CLFAGS}" \ LDFLAGS="${PTHREAD_LDFLAGS}" .include post-patch: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ ${WRKSRC}/src/glitz.h .endif .include diff --git a/graphics/gtkcairo/Makefile b/graphics/gtkcairo/Makefile index 82e0d1e98cfb..7e8b657687e8 100644 --- a/graphics/gtkcairo/Makefile +++ b/graphics/gtkcairo/Makefile @@ -1,31 +1,33 @@ # New ports collection makefile for: gtkcairo # Date created: 2004-10-06 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= gtkcairo PORTVERSION= 0.3 CATEGORIES= graphics -MASTER_SITES= http://www.cairographics.org/snapshots/ +MASTER_SITES= http://www.cairographics.org/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= Gtk+ bindings to cairo LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo USE_BZIP2= yes USE_GNOME= gtk20 gnometarget gnomehack INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" PLIST_FILES= include/gtkcairo.h \ lib/libgtkcairo.a \ lib/libgtkcairo.so \ lib/libgtkcairo.so.2 \ libdata/pkgconfig/gtkcairo.pc .include diff --git a/graphics/libpixman/Makefile b/graphics/libpixman/Makefile index dfc7396a2c7d..c2dc9666d3a3 100644 --- a/graphics/libpixman/Makefile +++ b/graphics/libpixman/Makefile @@ -1,35 +1,37 @@ # New ports collection makefile for: libpixman # Date created: 2004-10-06 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= libpixman PORTVERSION= 0.1.2 CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ +MASTER_SITES= http://cairographics.org/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= Pixel region library USE_REINPLACE= yes USE_LIBTOOL_VER=15 USE_GNOME= pkgconfig gnometarget gnomehack INSTALLS_SHLIB= yes PLIST_FILES= include/pixman.h \ lib/libpixman.a \ lib/libpixman.so \ lib/libpixman.so.1 \ libdata/pkgconfig/libpixman.pc .include post-patch: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ ${WRKSRC}/src/pixman.h .endif .include diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile index fa929536574c..e728b053d286 100644 --- a/graphics/libsvg-cairo/Makefile +++ b/graphics/libsvg-cairo/Makefile @@ -1,29 +1,31 @@ # New ports collection makefile for: libsvg-cairo # Date created: 2004-10-06 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= libsvg-cairo PORTVERSION= 0.1.4 CATEGORIES= graphics -MASTER_SITES= http://www.cairographics.org/snapshots/ +MASTER_SITES= http://www.cairographics.org/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= SVG rendering library LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ svg.1:${PORTSDIR}/graphics/libsvg \ cairo.1:${PORTSDIR}/graphics/cairo USE_LIBTOOL_VER=15 USE_GNOME= pkgconfig gnometarget gnomehack INSTALLS_SHLIB= yes PLIST_FILES= include/svg-cairo.h \ lib/libsvg-cairo.a \ lib/libsvg-cairo.so \ lib/libsvg-cairo.so.1 \ libdata/pkgconfig/libsvg-cairo.pc .include diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 2e5054709382..4008352c3395 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -1,40 +1,42 @@ # New ports collection makefile for: libsvg # Date created: 2004-10-06 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= libsvg PORTVERSION= 0.1.2 CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/cairo/snapshots/ +MASTER_SITES= http://cairographics.org/cairo/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= A parser for SVG content in files or buffers LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_LIBTOOL_VER=15 USE_GNOME= libxml2 gnomehack gnometarget USE_ICONV= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes PLIST_FILES= include/svg.h \ lib/libsvg.a \ lib/libsvg.so \ lib/libsvg.so.1 \ libdata/pkgconfig/libsvg.pc .include post-patch: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ ${WRKSRC}/src/svg_ascii.h .endif .include