rTorrent is a console-based BitTorrent client. It aims to be a fully-featured
[pkgsrc.git] / net / bftpd / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=       bftpd-1.0.24
5 CATEGORIES=     net
6 MASTER_SITES=   http://bftpd.sourceforge.net/downloads/src/
7
8 MAINTAINER=     virtus@wanadoo.nl
9 HOMEPAGE=       http://www.bftpd.org/
10 COMMENT=        Small and fast FTP server
11
12 USE_BUILDLINK2= YES
13 USE_PKGINSTALL= YES
14 GNU_CONFIGURE=  YES
15
16 CFLAGS+=        -DPATH_BFTPD_CONF=\"\\\"${PKG_SYSCONFDIR}/bftpd.conf\\\"\"
17 CONF_FILES=     ${PREFIX}/share/examples/bftpd/bftpd.conf \
18                 ${PKG_SYSCONFDIR}/bftpd.conf
19
20 pre-install:
21         ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bftpd
22
23 .include "../../mk/bsd.pkg.mk"