1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/misc/xfce4-weather-plugin/Makefile
Olivier Duchateau b75d1eba0a - Disable SSP (Stack-Smashing Protector)
Reported by:	pkg-fallout@
2014-08-29 19:32:45 +00:00

40 lines
937 B
Makefile

# Created by: Filippo Natali <filippo@widestore.net>
# $FreeBSD$
PORTNAME= xfce4-weather-plugin
PORTVERSION= 0.8.3
PORTREVISION= 3
CATEGORIES= misc xfce geography
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Weather plugin for the Xfce panel
LICENSE= GPLv2
LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
SSP_UNSAFE= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
USES= gettext gmake libtool pkgconfig tar:bzip2
USE_GNOME= glib20 gtk20 intltool intlhack libxml2
USE_XFCE= configenv libmenu libutil panel
OPTIONS_DEFINE= UPOWER
UPOWER_DESC= Power management tasks
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MUPOWER}
LIB_DEPENDS+= libupower-glib.so:${PORTSDIR}/sysutils/upower
CONFIGURE_ARGS+=--enable-upower
.else
CONFIGURE_ARGS+=--disable-upower
.endif
.include <bsd.port.mk>