pkgsrc/net/bftpd/Makefile
shattered 3e676205b0 Update to 3.7. Notable changes:
Default config disables anonymous login.
Directory listing no longer hangs if the directory contains a named pipe.
2013-06-01 12:13:04 +00:00

33 lines
829 B
Makefile

# $NetBSD: Makefile,v 1.15 2013/06/01 12:13:04 shattered Exp $
#
DISTNAME= bftpd-3.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bftpd/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://bftpd.sourceforge.net/
COMMENT= Small and fast FTP server
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR}/bftpd
CONF_FILES= ${PREFIX}/share/examples/bftpd/bftpd.conf \
${PKG_SYSCONFDIR}/bftpd.conf
SUBST_CLASSES+= varbase
SUBST_STAGE.varbase= post-configure
SUBST_FILES.varbase= bftpd.conf
SUBST_SED.varbase= -e 's|/var/|${VARBASE}/|g'
SUBST_CLASSES+= sysconf
SUBST_STAGE.sysconf= post-configure
SUBST_FILES.sysconf= mypaths.h bftpd.8
SUBST_SED.sysconf= -e 's|/etc/|${PKG_SYSCONFDIR}/|g'
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8 share/examples/bftpd
BUILD_DEFS+= VARBASE
.include "../../mk/bsd.pkg.mk"