diff options
Diffstat (limited to 'www/peersuite/Makefile')
-rw-r--r-- | www/peersuite/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/peersuite/Makefile b/www/peersuite/Makefile new file mode 100644 index 000000000000..64e62a0a1659 --- /dev/null +++ b/www/peersuite/Makefile @@ -0,0 +1,27 @@ +PORTNAME= peersuite +DISTVERSION= 1.0 +CATEGORIES= www + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Peer to peer workspace +WWW= https://github.com/openconstruct/Peersuite + +LICENSE= AGPLv3 MIT +LICENSE_COMB= multi + +USE_GITHUB= yes +GH_ACCOUNT= openconstruct +GH_PROJECT= Peersuite + +NO_ARCH= yes +NO_BUILD= yes +SUB_FILES= pkg-message + +do-install: + @${MKDIR} ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "-name *\.js -or -name *\.html -or -name *\.css -depth 1" + @${MKDIR} ${STAGEDIR}${WWWDIR}/themes + @cd ${WRKSRC}/src/themes && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/themes "-name *\.css -or -name *\.json" + ${INSTALL_DATA} ${WRKSRC}/peerspace.png ${STAGEDIR}${WWWDIR} + +.include <bsd.port.mk> |