pkgsrc/net/bftpd/Makefile

23 lines
555 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2005/12/29 06:21:57 jlam Exp $
#
DISTNAME= bftpd-1.0.24
CATEGORIES= net
MASTER_SITES= http://bftpd.sourceforge.net/downloads/src/
MAINTAINER= virtus@wanadoo.nl
HOMEPAGE= http://www.bftpd.org/
COMMENT= Small and fast FTP server
GNU_CONFIGURE= YES
2005-02-17 04:00:33 +01:00
CFLAGS+= -DPATH_BFTPD_CONF="\"${PKG_SYSCONFDIR}/bftpd.conf\""
CONF_FILES= ${PREFIX}/share/examples/bftpd/bftpd.conf \
${PKG_SYSCONFDIR}/bftpd.conf
MAKE_ENV+= VARBASE=${VARBASE:Q}
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bftpd
.include "../../mk/bsd.pkg.mk"