blob: 78f5389686efbff44389da34ab001b45d8c2f80b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= menu-cache
PORTVERSION= 1.1.0
CATEGORIES= x11
MASTER_SITES= SF/lxde/${PORTNAME}/${PORTVERSION:R}/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Library used to read freedesktop.org menus
WWW= https://lxde.org/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfm-extra.so:x11/libfm-extra
USES= gettext-runtime gmake gnome libtool pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_GNOME= glib20
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-static
.include <bsd.port.mk>
|