aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-12-28 07:29:19 +0800
committerpawel <pawel@FreeBSD.org>2012-12-28 07:29:19 +0800
commit9fb6b82dcf9a0236cdb1683f326c74fa6af0003c (patch)
treee275173bb2bf261230d7fe683d7fd0893b4c1d0e /x11
parent2acbf90f96ed5dd0656867302de5757ca529856b (diff)
downloadfreebsd-ports-gnome-9fb6b82dcf9a0236cdb1683f326c74fa6af0003c.tar.gz
freebsd-ports-gnome-9fb6b82dcf9a0236cdb1683f326c74fa6af0003c.tar.zst
freebsd-ports-gnome-9fb6b82dcf9a0236cdb1683f326c74fa6af0003c.zip
- Update to version 3.15
- Add missing deps, sort USE_ flags - Improve options descriptions - Mark PNEE option BROKEN for now
Diffstat (limited to 'x11')
-rw-r--r--x11/xnee/Makefile38
-rw-r--r--x11/xnee/distinfo4
2 files changed, 27 insertions, 15 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile
index 44e733131c9c..2671b4bf05db 100644
--- a/x11/xnee/Makefile
+++ b/x11/xnee/Makefile
@@ -1,24 +1,23 @@
-# New ports collection makefile for: xnee
-# Date created: 27 May 2002
-# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
-#
+# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
-#
PORTNAME= xnee
-PORTVERSION= 3.13
+PORTVERSION= 3.15
CATEGORIES= x11
MASTER_SITES= GNU
MAINTAINER= pawel@FreeBSD.org
COMMENT= X events recorder and player
+LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
+ xcb:${PORTSDIR}/x11/libxcb
+
LICENSE= GPLv3
-USE_XORG= xtst
-USE_GNOME= gnomehack
-USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_XORG= x11 xau xdmcp xext xi xtst
+USE_GNOME= gnomehack
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --enable-cli --disable-doc --disable-xinput2
@@ -27,16 +26,27 @@ MAN1= cnee.1 xnee.1
INFO= xnee
OPTIONS_DEFINE= GNEE PNEE
-GNEE_DESC= Build the GUI frontend
-PNEE_DESC= Build the Gnome Panel frontend
+GNEE_DESC= GUI frontend
+PNEE_DESC= GNOME panel frontend
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNEE}
-USE_GNOME+= gtk20 libgnomeui
+LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \
+ cairo:${PORTSDIR}/graphics/cairo \
+ png15:${PORTSDIR}/graphics/png \
+ freetype:${PORTSDIR}/print/freetype2 \
+ expat:${PORTSDIR}/textproc/expat2 \
+ fontconfig:${PORTSDIR}/x11-fonts/fontconfig
+
+CONFIGURE_ARGS+=--enable-gui
+USE_GETTEXT= yes
+USE_ICONV= yes
+USE_XORG+= pixman xcomposite xcursor xdamage xfixes xinerama xrandr xrender
+USE_GNOME+= gdkpixbuf2 gtk20 libgnomeui
MAN1+= gnee.1
PLIST_SUB+= GNEE=""
-DESKTOP_ENTRIES= "Gnee" "${COMMENT}" "${PREFIX}/share/pixmaps/xnee.png" \
+DESKTOP_ENTRIES= "Gnee" "${COMMENT}" "${PORTNAME}.png" \
"gnee" "Development;" true
.else
CONFIGURE_ARGS+=--disable-gui
@@ -44,6 +54,8 @@ PLIST_SUB+= GNEE="@comment "
.endif
.if ${PORT_OPTIONS:MPNEE}
+BROKEN= Does not build, needs newer gnomepanel
+CONFIGURE_ARGS+=-enable-gnome-applet
USE_GNOME+= gnomepanel
MAN1+= pnee.1
PLIST_SUB+= PNEE=""
diff --git a/x11/xnee/distinfo b/x11/xnee/distinfo
index 34e408b4c214..2e8c2a7de540 100644
--- a/x11/xnee/distinfo
+++ b/x11/xnee/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xnee-3.13.tar.gz) = 08125d9f43500e9f5816a386f37c214c534c8a14b9202c318eb11464fe5c869d
-SIZE (xnee-3.13.tar.gz) = 1789301
+SHA256 (xnee-3.15.tar.gz) = 56e0b1cca36ebf95b6f7c82c7028ab8a9b5003728ca1044016031b489bc3e8cd
+SIZE (xnee-3.15.tar.gz) = 1776676