pkgsrc/sysutils/menu-cache/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

28 lines
747 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/01/18 23:35:18 rillig Exp $
#
DISTNAME= menu-cache-1.1.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://lxde.sourceforge.net/
COMMENT= Cache for freedesktop.org menu spec
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
INSTALLATION_DIRS= share/doc/menu-cache
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libmenu-cache/libmenu-cache.pc.in
post-install:
${INSTALL_DATA} ${WRKSRC}/README \
${DESTDIR}${PREFIX}/share/doc/menu-cache/
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../sysutils/libfm-extra/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"