pkgsrc/net/bftpd/Makefile

25 lines
604 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2004/12/11 08:25:48 minskim 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
2004-04-25 09:39:25 +02:00
USE_BUILDLINK3= YES
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"