diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:16:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 23:16:27 +0800 |
commit | 33247f8627dc97a08c73196f8baf13f76c3ebee0 (patch) | |
tree | 26f5c09c96db445280ba457125b9bf1fa0c61650 /graphics/libchamplain | |
parent | 706d41fb8180fc2561e0f05dbf906b97d7d75a58 (diff) | |
download | marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.gz marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.tar.zst marcuscom-ports-33247f8627dc97a08c73196f8baf13f76c3ebee0.zip |
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
Diffstat (limited to 'graphics/libchamplain')
-rw-r--r-- | graphics/libchamplain/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
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 |