pkgsrc/misc/dtach/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

29 lines
795 B
Makefile

# $NetBSD: Makefile,v 1.9 2020/01/18 23:33:02 rillig Exp $
DISTNAME= dtach-0.9
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtach/}
MAINTAINER= fgudin@nerim.net
HOMEPAGE= https://dtach.sourceforge.net/
COMMENT= Small program that emulates the detach feature of screen
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
BUILD_TARGET= dtach
DOCS= COPYING README dtach.spec
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC:Q}/dtach ${DESTDIR}${PREFIX:Q}/bin
${INSTALL_MAN} ${WRKSRC:Q}/dtach.1 \
${DESTDIR}${PREFIX:Q}/${PKGMANDIR:Q}/man1
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR:Q}
cd ${WRKSRC:Q}; for f in ${DOCS}; do \
${INSTALL_DATA} $$f ${DESTDIR}${DOCDIR}/$$f; \
done
.include "../../mk/bsd.pkg.mk"