1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/ftp/net2ftp/Makefile
Sunpoet Po-Chuan Hsieh 78bfff410b Update to 1.3
- Update MASTER_SITES
- Add LICENSE_FILE
- Add NO_ARCH
- Do not silence installation message
- Sort PLIST
- Update WWW
- Take maintainership

Changes:	https://www.net2ftp.com/download/_CHANGES_v1.3.txt
2019-07-13 20:46:18 +00:00

33 lines
697 B
Makefile

# Created by: Alexander Kriventsov
# $FreeBSD$
PORTNAME= net2ftp
PORTVERSION= 1.3
CATEGORIES= ftp
MASTER_SITES= https://www.net2ftp.com/download/
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Web-based FTP client written in PHP
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/files_to_upload/LICENSE.txt
USES= php zip
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= ftp mysqli pcre session zlib
.endif
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= pkg-message
post-patch:
@${FIND} ${WRKSRC}/files_to_upload -name 'settings*.inc.php' | ${XARGS} -I % ${MV} % %.sample
do-install:
cd ${WRKSRC}/files_to_upload && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>