diff options
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/clutter/Makefile | 8 | ||||
| -rw-r--r-- | graphics/cogl/Makefile | 10 | ||||
| -rw-r--r-- | graphics/libchamplain/Makefile | 16 | ||||
| -rw-r--r-- | graphics/libchamplain08/Makefile | 20 |
4 files changed, 25 insertions, 29 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 25230fede..d1f773ec4 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -14,14 +14,16 @@ COMMENT= OpenGL based interactive canvas library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= json-glib-1.0.0:${PORTSDIR}/devel/json-glib \ - cogl.9:${PORTSDIR}/graphics/cogl +LIB_DEPENDS= json-glib-1.0:${PORTSDIR}/devel/json-glib \ + cogl:${PORTSDIR}/graphics/cogl USE_GMAKE= yes USE_GETTEXT= yes USE_XZ= yes USE_AUTOTOOLS= libtool -USE_GNOME= pkgconfig gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango +USES= pathfix +USE_PKGCONFIG= build +USE_GNOME= gdkpixbuf2 ltverhack gnomeprefix atk pango USE_GL= gl USE_XORG= glproto x11 xfixes xdamage xcomposite xi USE_LDCONFIG= yes diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile index 751c7b7d2..961270f95 100644 --- a/graphics/cogl/Makefile +++ b/graphics/cogl/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: clutter -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ # $MCom$ -# PORTNAME= cogl PORTVERSION= 1.10.4 @@ -25,7 +21,9 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_XZ= yes USE_AUTOTOOLS= libtool -USE_GNOME= pkgconfig gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango +USES= pathfix +USE_PKGCONFIG= build +USE_GNOME= gdkpixbuf2 ltverhack gnomeprefix atk pango USE_GL= gl USE_XORG= glproto x11 xfixes xdamage xcomposite xi USE_LDCONFIG= yes diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index 388236885..df95fc9dc 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libchamplain -# Date Created: 04 Aug 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ # $MCom$ -# PORTNAME= libchamplain PORTVERSION= 0.12.3 @@ -12,14 +8,16 @@ CATEGORIES= graphics MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= A C library aimed to provide a Gtk+ widget to display rasterized maps and markers +COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= clutter-gtk-1.0.0:${PORTSDIR}/graphics/clutter-gtk3 \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome +LIB_DEPENDS= clutter-gtk-1.0:${PORTSDIR}/graphics/clutter-gtk3 \ + soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome USE_XZ= yes -USE_GNOME= pkgconfig gtk30 gnomehack ltverhack gnomehier +USES= pathfix +USE_PKGCONFIG= build +USE_GNOME= gtk30 ltverhack gnomehier USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_SQLITE= yes diff --git a/graphics/libchamplain08/Makefile b/graphics/libchamplain08/Makefile index f297c7508..89cf59deb 100644 --- a/graphics/libchamplain08/Makefile +++ b/graphics/libchamplain08/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libchamplain -# Date Created: 04 Aug 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ # $MCom$ -# PORTNAME= libchamplain PORTVERSION= 0.8.3 @@ -12,21 +8,23 @@ CATEGORIES= graphics MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= A C library aimed to provide a Gtk+ widget to display rasterized maps and markers +COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers -LIB_DEPENDS= clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome +LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \ + soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome LATEST_LINK= libchamplain08 USE_BZIP2= yes -USE_GNOME= pkgconfig gtk20 gnomehack ltverhack:1 gnomehier +USES= pathfix +USE_PKGCONFIG= build +USE_GNOME= gtk20 ltverhack:1 gnomehier USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_SQLITE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=0.8 |
