pkgsrc/net/sendfile/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
1,001 B
Makefile

# $NetBSD: Makefile,v 1.38 2020/01/26 17:31:55 rillig Exp $
#
DISTNAME= sendfile-2.1b
PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= http://fex.rus.uni-stuttgart.de/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://fex.rus.uni-stuttgart.de/saft/sendfile.html
COMMENT= Implementation of the Simple asynchronous file transfer protocol
LICENSE= gnu-gpl-v2
CONFLICTS= jabberd2-[0-9]*
#WRKSRC= ${WRKDIR}/sendfile-2.1b
DIST_SUBDIR= ${PKGNAME_NOREV}
EGDIR= ${PREFIX}/share/examples/sendfile
CONF_FILES= ${EGDIR}/sendfile.cf ${PKG_SYSCONFDIR}/sendfile.cf
CONF_FILES+= ${EGDIR}/sendfile.deny ${PKG_SYSCONFDIR}/sendfile.deny
OVERRIDE_GNU_CONFIG_SCRIPTS= yes
post-configure:
cd ${WRKSRC} &&${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} config
OWN_DIRS+= ${VARBASE}/spool/sendfile
OWN_DIRS_PERMS+= ${VARBASE}/spool/sendfile/LOG ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 700
OWN_DIRS_PERMS+= ${VARBASE}/spool/sendfile/OUTGOING ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 1777
.include "../../mk/bsd.pkg.mk"