summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2010-09-30 14:17:21 +0000
committerKris Moore <kmoore@FreeBSD.org>2010-09-30 14:17:21 +0000
commitdae871ae28f8f7defa6f72e82d41348c5cf1bba2 (patch)
tree52567d2220174397ee2ac2cf656d1c62900c6507 /x11
parentAdd x11-themes/lxde-icon-theme. (diff)
Add x11/menu-cache.
Utility which provides menu cache functionality for LXDE.
Notes
Notes: svn path=/head/; revision=262171
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/menu-cache/Makefile35
-rw-r--r--x11/menu-cache/distinfo3
-rw-r--r--x11/menu-cache/pkg-descr3
-rw-r--r--x11/menu-cache/pkg-plist10
5 files changed, 52 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index f81e90357a1e..a16c96ea68a4 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -219,6 +219,7 @@
SUBDIR += lupe
SUBDIR += lxde-meta
SUBDIR += lxpanel
+ SUBDIR += menu-cache
SUBDIR += metisse
SUBDIR += mgapdesk
SUBDIR += mkcomposecache
diff --git a/x11/menu-cache/Makefile b/x11/menu-cache/Makefile
new file mode 100644
index 000000000000..239b5abcd22a
--- /dev/null
+++ b/x11/menu-cache/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: x11-fm/menu-cache
+# Date created: 23 Sept 2010
+# Whom: Kris Moore <kmoore@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= menu-cache
+PORTVERSION= 0.3.2
+CATEGORIES= x11-fm
+MASTER_SITES= SF/lxde/menu-cache/menu-cache%20${PORTVERSION}/
+
+MAINTAINER= kmoore@FreeBSD.org
+COMMENT= The menu-cache portion of LXDE
+
+USE_GNOME= gtk20 pkgconfig
+USE_AUTOTOOLS= libtool:22
+USE_LDCONFIG= yes
+USE_GMAKE= yes
+USE_FAM= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+
+.include <bsd.port.pre.mk>
+
+post-configure:
+ ${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
+ ${WRKSRC}/libmenu-cache/Makefile.in
+ ${REINPLACE_CMD} -e 's|(datadir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
+ ${WRKSRC}/libmenu-cache/Makefile.in
+ ${REINPLACE_CMD} -e 's|(prefix)/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' \
+ ${WRKSRC}/libmenu-cache/Makefile.in
+
+.include <bsd.port.post.mk>
diff --git a/x11/menu-cache/distinfo b/x11/menu-cache/distinfo
new file mode 100644
index 000000000000..741125361814
--- /dev/null
+++ b/x11/menu-cache/distinfo
@@ -0,0 +1,3 @@
+MD5 (menu-cache-0.3.2.tar.gz) = ac4a9ea77db68d3db3f9f53cc75af66a
+SHA256 (menu-cache-0.3.2.tar.gz) = 6b7c1627b5102d8301a8a3e845f673a7181a71dde32f6455abf22d03e392b89f
+SIZE (menu-cache-0.3.2.tar.gz) = 359637
diff --git a/x11/menu-cache/pkg-descr b/x11/menu-cache/pkg-descr
new file mode 100644
index 000000000000..f1467a4788ca
--- /dev/null
+++ b/x11/menu-cache/pkg-descr
@@ -0,0 +1,3 @@
+Utility which provides menu cache functionality for LXDE.
+
+WWW: http://lxde.org/
diff --git a/x11/menu-cache/pkg-plist b/x11/menu-cache/pkg-plist
new file mode 100644
index 000000000000..fc4278c0de6d
--- /dev/null
+++ b/x11/menu-cache/pkg-plist
@@ -0,0 +1,10 @@
+lib/libmenu-cache.so
+lib/libmenu-cache.so.1
+lib/libmenu-cache.la
+lib/libmenu-cache.a
+libdata/pkgconfig/libmenu-cache.pc
+libexec/menu-cached
+libexec/menu-cache-gen
+include/menu-cache/menu-cache.h
+@dirrm include/menu-cache
+@dirrmtry libdata/pkgconfig