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

37 lines
982 B
Makefile

# $NetBSD: Makefile,v 1.20 2020/01/18 23:35:59 rillig Exp $
DISTNAME= xdaemon-2.1
PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTFILES= ${IMAGES:=.png} Daemon.README
MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= https://www.NetBSD.org/
COMMENT= BSD Daemon sticking on your desktop (like xteddy)
DEPENDS+= xteddy-2.*:../../x11/xteddy2
CONFLICTS+= xdaemon-1.*
NO_CONFIGURE= yes
NO_BUILD= yes
DIST_SUBDIR= xdaemon
IMAGES= xdaemon xdaemon2 xnetbsd-flag xnetbsd-flag2
INSTALLATION_DIRS= bin share/doc share/xteddy
do-extract:
@${MKDIR} ${WRKSRC}
@${ECHO} Bringing daemonic powers to you!
do-install:
.for img in ${IMAGES}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${img}.png ${DESTDIR}${PREFIX}/share/xteddy/${img}.png
${RM} -f ${DESTDIR}${PREFIX}/bin/${img}
${LN} -s xteddy ${DESTDIR}${PREFIX}/bin/${img}
.endfor
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Daemon.README ${DESTDIR}${PREFIX}/share/doc/xdaemon.README
.include "../../mk/bsd.pkg.mk"