1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11/workrave/Makefile
Martin Wilke ba04798fd4 - Convert USE_GMAKE to USES
- Stage support
2014-03-15 16:18:22 +00:00

62 lines
1.4 KiB
Makefile

# Created by: Koop Mast <einekoai@chello.nl>
# $FreeBSD$
PORTNAME= workrave
PORTVERSION= 1.9.4
PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= SF
MAINTAINER= lx@FreeBSD.org
COMMENT= RSI prevention tool
BUILD_DEPENDS= gdome-config:${PORTSDIR}/textproc/gdome2
OPTIONS_DEFINE= GNOME NETWORK NLS
NETWORK_DESC= Build with network support
INSTALLS_ICONS= yes
DESKTOP_ENTRIES= "Workrave" "RSI prevention tool" \
"${DATADIR}/images/workrave-icon-small.png" \
"workrave" \
"Utility;" \
false
USE_XORG= x11 xmu recordproto xtst xext
USES= pathfix pkgconfig gmake
USE_GNOME= gnomeprefix intlhack gconf2 intltool
USE_GSTREAMER= good
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-gconf --disable-pulse
.include <bsd.port.options.mk>
LIB_DEPENDS+= gdome.8:${PORTSDIR}/textproc/gdome2
.if ${PORT_OPTIONS:MGNOME}
LIB_DEPENDS+= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26
USE_GNOME+= gnomepanel
PLIST_SUB+= GNOME=""
.else
LIB_DEPENDS+= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
CONFIGURE_ARGS+=--disable-gnome
PLIST_SUB+= GNOME="@comment "
.endif
.if ${PORT_OPTIONS:MNETWORK}
LIB_DEPENDS+= gnet-2.0.0:${PORTSDIR}/net/gnet2
.else
CONFIGURE_ARGS+=--disable-distribution
.endif
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>