# New ports collection makefile for: extjs # Date created: 2010-01-28 # Whom: Joe Horn # # $FreeBSD$ # PORTNAME= extjs PORTVERSION= 4.0.7 CATEGORIES= www MASTER_SITES= http://cdn.sencha.io/ \ http://extjs.cachefly.net/ \ http://mirror.joehorn.idv.tw/extjs/ DISTNAME= ext-${PORTVERSION}-gpl MAINTAINER= joehorn@gmail.com COMMENT= A JavaScript platform for rapid development of cross-browser web apps LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/license.txt WRKSRC= ${WRKDIR}/ext-${PORTVERSION}-gpl USE_ZIP= yes NO_BUILD= yes OPTIONS= DOC "Install with documents" on \ EXAMPLE "Install with examples" on WWW_SUB= "bootstrap.js build builds ext-all-debug-w-comments.js \ ext-all-debug.js ext-all-dev.js ext-all.js ext-debug.js \ ext-dev.js ext.js index.html jsbuilder license.txt locale \ pkgs release-notes.html resources src welcome" .include SUB_FILES+= pkg-message .if !defined(WITH_DOC) NOPORTDOCS= YES SUB_LIST+= COMMENTDOCS="\# " .else SUB_LIST+= COMMENTDOCS= .endif .if !defined(WITH_EXAMPLE) NOPORTEXAMPLES= YES SUB_LIST+= COMMENTEXAMPLES="\# " .else SUB_LIST+= COMMENTEXAMPLES= .endif do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} ${WWW_SUB} ${WWWDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} .if !defined(NOPORTDOCS) @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} .endif post-install: @${CAT} ${PKGMESSAGE} .include