diff options
author | kwm <kwm@FreeBSD.org> | 2013-06-15 01:21:30 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-06-15 01:21:30 +0800 |
commit | f8c823c3782cec52a44e532d71fc63bf3a9f47a5 (patch) | |
tree | 5f2c2d1088b10872438d698d78260ac410717264 /net | |
parent | ecbd84bee48bef1a002fa2080f3233d3b75064dd (diff) | |
download | freebsd-ports-gnome-f8c823c3782cec52a44e532d71fc63bf3a9f47a5.tar.gz freebsd-ports-gnome-f8c823c3782cec52a44e532d71fc63bf3a9f47a5.tar.zst freebsd-ports-gnome-f8c823c3782cec52a44e532d71fc63bf3a9f47a5.zip |
Trim Makefile header, impliment pathfix and pkgconfig USES. [1]
Fix leftover files [2]
Submitted by: pkgng DEVELOPER_MODE via miwi [2]
Obtained from: GNOME devel repo [1]
Diffstat (limited to 'net')
-rw-r--r-- | net/libgweather/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile index f2cb88204d2a..28734ef9ce32 100644 --- a/net/libgweather/Makefile +++ b/net/libgweather/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: libgweather -# Date created: 14th Jan 2008 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/net/libgweather/Makefile,v 1.42 2010/09/27 14:03:30 kwm Exp $ -# +# $MCom: ports/trunk/net/libgweather/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= libgweather PORTVERSION= 2.30.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -16,13 +12,16 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Library to accessing online weather informations BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gettext +CONFLICTS= libgweather-3.[0-9]* + +USES= gettext pathfix pkgconfig USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack +USE_GNOME= gnomeprefix intlhack gconf2 ltverhack +INSTALLS_ICONS= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |