From 789ddf22ad0afbd24fc35d36819fa48495e3ce4c Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 2 Aug 2006 02:11:13 +0000 Subject: X11BASE -> LOCALBASE, gconf and gnome theme live in LOCALBASE. Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6925 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/alltray/Makefile | 45 +++++++++++++++++++++++++++++++++++++++++++++ x11/alltray/distinfo | 3 +++ x11/alltray/pkg-descr | 6 ++++++ x11/alltray/pkg-plist | 8 ++++++++ 4 files changed, 62 insertions(+) create mode 100644 x11/alltray/Makefile create mode 100644 x11/alltray/distinfo create mode 100644 x11/alltray/pkg-descr create mode 100644 x11/alltray/pkg-plist (limited to 'x11') diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile new file mode 100644 index 000000000..5c8603b8e --- /dev/null +++ b/x11/alltray/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: alltray +# Date created: 2005-10-15 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +PORTNAME= alltray +PORTVERSION= 0.69 +PORTREVISION= 1 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= acm@FreeBSD.org +COMMENT= Dock any application with no native tray icon + +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" LDFLAGS="-L${X11BASE}/lib" +USE_GCC= 3.4+ + +MAN1= alltray.1 + +OPTIONS= KDE "Support only KDE desktop" off + +.include + +.if defined(WITH_KDE) +CONFIGURE_ARGS= --disable-gconf +.else +USE_GNOME+= gconf2 +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/lib/Makefile.in + @${REINPLACE_CMD} -e 's|-L/usr/X11R6/lib||' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|/etc/gconf|${LOCALBASE}/etc/gconf|; \ + /THEME_DIR1/ s|/usr/share/|${LOCALBASE}/share/gnome/themes/|' \ + ${WRKSRC}/src/gnome_theme.c + @${REINPLACE_CMD} -e 's|liballtray\.so\.0\.0\.0|liballtray.so.0|; \ + s|/usr/lib|${PREFIX}/lib|' ${WRKSRC}/src/child.c + +.include diff --git a/x11/alltray/distinfo b/x11/alltray/distinfo new file mode 100644 index 000000000..be8eba94c --- /dev/null +++ b/x11/alltray/distinfo @@ -0,0 +1,3 @@ +MD5 (alltray-0.69.tar.gz) = ebc1c8eea945aff703d758e296b76cc9 +SHA256 (alltray-0.69.tar.gz) = b20d4759e770c6cfd7ea4e2aeb2d5856d3ee28fb7171c62067595e18cdc5d0ec +SIZE (alltray-0.69.tar.gz) = 380752 diff --git a/x11/alltray/pkg-descr b/x11/alltray/pkg-descr new file mode 100644 index 000000000..5acfcccc1 --- /dev/null +++ b/x11/alltray/pkg-descr @@ -0,0 +1,6 @@ +With AllTray you can dock any application with no native tray icon (like +Evolution, Thunderbird, terminals) into the system tray. A high-light feature +is that a click on the "close" button will minimize back to system tray. It +works well with GNOME, KDE, XFCE 4*, Fluxbox* and WindowMaker*. + +WWW: http://alltray.sourceforge.net/ diff --git a/x11/alltray/pkg-plist b/x11/alltray/pkg-plist new file mode 100644 index 000000000..7c01a3423 --- /dev/null +++ b/x11/alltray/pkg-plist @@ -0,0 +1,8 @@ +bin/alltray +lib/liballtray.la +lib/liballtray.so +lib/liballtray.so.0 +share/applications/alltray.desktop +share/pixmaps/alltray.png +@dirrmtry share/applications +@dirrmtry share/pixmaps -- cgit v1.2.3