23 lines
573 B
Makefile
23 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:44 tv 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
|
|
|
|
USE_PKGINSTALL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
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"
|