1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/ftp/moftpd/Makefile
2004-06-11 21:42:16 +00:00

45 lines
1014 B
Makefile

# New ports collection makefile for: moftpd
# Date created: Mar 19, 2004
# Whom: Clement Laforet <clement@FreeBSD>org>
#
# $FreeBSD$
#
PORTNAME= moftpd
PORTVERSION= 1.2
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.morth.org/moftpd/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= clement
MAINTAINER= clement@FreeBSD.org
COMMENT= A powerful FTP server supporting IPv6, TLS, and much more
GNU_CONFIGURE= yes
USE_OPENSSL= yes
USE_GMAKE= yes
USE_RC_SUBR= yes
USE_PERL5_BUILD=yes
CONFIGURE_ENV+= LIBS="${LIBS}"
CONFIGURE_ARGS= --localstatedir=/var
MAN8= moftpd.8 moftpadmin.8
LIBS+= -lcrypt
RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
.if defined(WITH_MYSQL)
CFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib/mysql
.else
CONFIGURE_ARGS+= --without-sql
.endif
post-patch:
@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
${FILESDIR}/moftpd.sh > ${WRKDIR}/moftpd.sh
post-install:
@${INSTALL_SCRIPT} ${WRKDIR}/moftpd.sh ${PREFIX}/etc/rc.d/
.include <bsd.port.mk>