pkgsrc/sysutils/xps/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

22 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.48 2020/01/18 23:35:22 rillig Exp $
DISTNAME= xps-4.2
PKGREVISION= 10
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=motif-pstree/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://motif-pstree.sourceforge.net/
COMMENT= Displays the Unix process list as a hierarchical tree
USE_TOOLS+= gmake perl pod2man pod2html
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= x_applibdir=${PREFIX}/lib/X11/app-defaults
CFLAGS.NetBSD+= -D_KMEMUSER
post-extract:
${LN} -s FreeBSD ${WRKSRC}/src/DragonFly
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"