Add x11/menu-cache.
Utility which provides menu cache functionality for LXDE.
This commit is contained in:
parent
b6b0cdc6fe
commit
dae871ae28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262171
@ -219,6 +219,7 @@
|
||||
SUBDIR += lupe
|
||||
SUBDIR += lxde-meta
|
||||
SUBDIR += lxpanel
|
||||
SUBDIR += menu-cache
|
||||
SUBDIR += metisse
|
||||
SUBDIR += mgapdesk
|
||||
SUBDIR += mkcomposecache
|
||||
|
35
x11/menu-cache/Makefile
Normal file
35
x11/menu-cache/Makefile
Normal file
@ -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>
|
3
x11/menu-cache/distinfo
Normal file
3
x11/menu-cache/distinfo
Normal file
@ -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
|
3
x11/menu-cache/pkg-descr
Normal file
3
x11/menu-cache/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Utility which provides menu cache functionality for LXDE.
|
||||
|
||||
WWW: http://lxde.org/
|
10
x11/menu-cache/pkg-plist
Normal file
10
x11/menu-cache/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user