pkgsrc/sysutils/tits/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

33 lines
893 B
Makefile

# $NetBSD: Makefile,v 1.29 2020/01/26 17:32:11 rillig Exp $
DISTNAME= tits-1.3.0
CATEGORIES= sysutils
MASTER_SITES= http://www.mctavish.co.uk/tits/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.mctavish.co.uk/tits/
COMMENT= Server which provides telnet(1) access to one or more tty ports
LICENSE= original-bsd
USE_BSD_MAKEFILE= yes
RCD_SCRIPTS= tits
INSTALLATION_DIRS= ${PKGMANDIR}/man8 ${PKGMANDIR}/cat8 sbin \
share/examples/rc.d
INSTALL_MAKE_FLAGS+= BINDIR=${PREFIX}/sbin
BUILDLINK_TRANSFORM+= rm:-Werror
post-patch:
${MV} ${WRKSRC}/tits.8 ${WRKSRC}/tits.8.in
${SED} -e 's|/usr/local/etc|${PKG_SYSCONFDIR}|g' \
-e 's|/usr/local|${PREFIX}|g' \
${WRKSRC}/tits.8.in > ${WRKSRC}/tits.8
post-install:
${INSTALL_DATA} ${WRKSRC}/tits.conf ${DESTDIR}${PREFIX}/share/examples/
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"