mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
32 lines
925 B
Makefile
32 lines
925 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/net/libgweather/Makefile 17268 2013-04-01 05:13:11Z marcus $
|
|
|
|
PORTNAME= libgweather
|
|
PORTVERSION= 2.30.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
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= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
|
|
|
|
CONFLICTS= libgweather-3.[0-9]*
|
|
|
|
USES= gmake gettext libtool:keepla pathfix pkgconfig tar:bzip2
|
|
USE_GNOME= gnomeprefix intlhack gconf2
|
|
INSTALLS_ICONS= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GCONF_SCHEMAS= gweather.schemas
|
|
|
|
.include <bsd.port.mk>
|