pkgsrc/net/bftpd/Makefile
jlam dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00

22 lines
555 B
Makefile

# $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
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"