mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
29 lines
679 B
Makefile
29 lines
679 B
Makefile
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_ftp
|
|
DISTVERSION= 0.9.6-beta
|
|
CATEGORIES= www ftp
|
|
MASTER_SITES= ${MASTER_SITE_APACHE}
|
|
MASTER_SITE_SUBDIR=httpd/mod_ftp
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= Serve web-server's content via FTP
|
|
|
|
|
|
USE_BZIP2= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
|
USE_APACHE= 22
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT=configure.apxs
|
|
CONFIGURE_ENV+= APXS="${APXS}"
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
${TEST} -e ${PREFIX}/${APACHEETCDIR}/extra/ftpd.conf || \
|
|
${CP} -p ${PREFIX}/${APACHEETCDIR}/extra/ftpd.conf.dist \
|
|
${PREFIX}/${APACHEETCDIR}/extra/ftpd.conf
|
|
|
|
.include <bsd.port.mk>
|