pkgsrc/x11/startup-notification010/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

33 lines
1,023 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/18 23:35:56 rillig Exp $
DISTNAME= startup-notification-0.10
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.freedesktop.org/wiki/Software/startup-notification
COMMENT= X11 application startup notification library
LICENSE= mit AND gnu-lgpl-v2.1
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= libstartup-notification-1.0.pc.in
DOCDIR= ${PREFIX}/share/doc/startup-notification
INSTALLATION_DIRS+= ${DOCDIR}
post-install:
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING ChangeLog NEWS \
doc/startup-notification.txt ${DESTDIR}${DOCDIR}
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/xcb-util036/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"