summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 04:25:04 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 04:25:04 +0800
commitb899feb460b077b9e28f21a768a22b9d0adb0743 (patch)
treecd6767e17166c2da4b2c364bc21fe693ea946607 /x11
parentf7b7a57ca6ce70aaefde07078b229b1c11f7beba (diff)
downloadmarcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar.gz
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar.bz2
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar.lz
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar.xz
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar.zst
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.zip
Fix the build with new gtk20.
Reported by: pointyhat-exp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9747 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/trayer/Makefile45
-rw-r--r--x11/trayer/distinfo3
-rw-r--r--x11/trayer/pkg-descr9
3 files changed, 57 insertions, 0 deletions
diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile
new file mode 100644
index 000000000..c510461a7
--- /dev/null
+++ b/x11/trayer/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: trayer
+# Date created: Aug 21, 2006
+# Whom: Alexey Mikhailov <karma@ez.pereslavl.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= trayer
+PORTVERSION= 1.0
+PORTREVISION= 1
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/t/trayer
+DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Lightweight GTK2-based systray for UNIX desktop
+
+USE_GNOME= gtk20 glib20 pango atk
+USE_ICONV= yes
+USE_X_PREFIX= yes
+
+USE_GMAKE= yes
+MAKE_ARGS= "PREFIX=${X11BASE}"
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+.if !defined(NOPORTDOCS)
+PORTDOCS= README CREDITS CHANGELOG
+.endif
+
+PLIST_FILES= bin/trayer
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/Makefile.common
+
+post-install:
+ ${MKDIR} ${DOCSDIR}
+.if !defined(NOPORTDOCS)
+.for f in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/x11/trayer/distinfo b/x11/trayer/distinfo
new file mode 100644
index 000000000..d910badd2
--- /dev/null
+++ b/x11/trayer/distinfo
@@ -0,0 +1,3 @@
+SIZE (trayer_1.0.orig.tar.gz) = 29713
+MD5 (trayer_1.0.orig.tar.gz) = e1b0b6464f991f2c296561e377585867
+SHA256 (trayer_1.0.orig.tar.gz) = 64f3b7040a7a563ca4b6924efd950f10c928af7f3535b6f4a00f8bbe0b19484d
diff --git a/x11/trayer/pkg-descr b/x11/trayer/pkg-descr
new file mode 100644
index 000000000..efcaa7660
--- /dev/null
+++ b/x11/trayer/pkg-descr
@@ -0,0 +1,9 @@
+trayer is small program designed to provide systray functionality
+present in GNOME/KDE desktop enviroments for window managers
+which doesn't support that function. It's similar to other
+applications such as 'peksystray' and 'docker'.
+
+trayer code was extracted from fbpanel application, you can find more
+about it on it's homepage
+
+WWW: http://fbpanel.sourceforge.net/