pkgsrc/x11/xcruise/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

26 lines
851 B
Makefile

# $NetBSD: Makefile,v 1.14 2020/01/18 23:35:59 rillig Exp $
#
DISTNAME= xcruise-0.24
PKGREVISION= 1
CATEGORIES= x11 graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xcruiser/}
MAINTAINER= minoura@NetBSD.org
HOMEPAGE= https://xcruiser.sourceforge.net/
COMMENT= Navigate through a three-dimensional view of a file system
#LICENSE= GPL
USE_IMAKE= yes
INSTALLATION_DIRS= bin lib/X11/app-defaults share/doc/xcruise
post-install:
${INSTALL_DATA} ${WRKSRC}/XCruise.ad ${DESTDIR}${PREFIX}/lib/X11/app-defaults/XCruise
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/xcruise
${INSTALL_DATA} ${WRKSRC}/README.jp ${DESTDIR}${PREFIX}/share/doc/xcruise
${INSTALL_DATA} ${WRKSRC}/TODO ${DESTDIR}${PREFIX}/share/doc/xcruise
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"