freebsd-ports/x11/menu-cache/Makefile
Yuri Victorovich 441af6e79a portmaster@bsdforge.com takes maintainership of 3 ports.
PR:		226804 226805 226806
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2018-03-20 22:16:16 +00:00

25 lines
557 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
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
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfm-extra.so:x11/libfm-extra
USES= gmake gettext-runtime 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>