66 lines
1.5 KiB
Makefile
66 lines
1.5 KiB
Makefile
# New ports collection makefile for: workrave
|
|
# Date created: 15 Jul 2003
|
|
# Whom: 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= GNOME "Build with Gnome support" off \
|
|
NETWORK "Build with network support" off
|
|
|
|
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
|
|
USE_GMAKE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
USE_GNOME= gnomeprefix gnomehack 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.pre.mk>
|
|
LIB_DEPENDS+= gdome.8:${PORTSDIR}/textproc/gdome2
|
|
|
|
.if defined(WITH_GNOME)
|
|
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 defined(WITH_NETWORK)
|
|
LIB_DEPENDS+= gnet-2.0.0:${PORTSDIR}/net/gnet2
|
|
.else
|
|
CONFIGURE_ARGS+=--disable-distribution
|
|
.endif
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
USE_GETTEXT= yes
|
|
PLIST_SUB+= NLS=""
|
|
.else
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
PLIST_SUB+= NLS="@comment "
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|