From 33247f8627dc97a08c73196f8baf13f76c3ebee0 Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 1 Apr 2013 15:16:27 +0000 Subject: Not complete yet. Trim header, remove leading "A" from comments. Convert: USE_GNOME=pkgconfig -> USE_PKGCONFIG=build USE_GNOME=gnomehack -> USES=pathfix Do some maintaince where needed, and let there be breakage! [1] [1] But since nobody (can't) use(s) SVN yet to build this isn't a issue :) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17271 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/libchamplain08/Makefile | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'graphics/libchamplain08') 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 -# +# Created by: Koop Mast # $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 -- cgit v1.2.3