diff options
Diffstat (limited to 'www/angie-console-light/Makefile')
-rw-r--r-- | www/angie-console-light/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/angie-console-light/Makefile b/www/angie-console-light/Makefile new file mode 100644 index 000000000000..40250951b817 --- /dev/null +++ b/www/angie-console-light/Makefile @@ -0,0 +1,22 @@ +PORTNAME= angie-console-light +DISTVERSION= 1.8.0 +CATEGORIES= www +MASTER_SITES= https://download.angie.software/files/angie-console-light/ + +MAINTAINER= sko@rostwald.de +COMMENT= Angie Web Monitoring Panel +WWW= https://en.angie.software/angie/docs/configuration/monitoring/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +NO_BUILD= yes + +SUB_FILES= pkg-message + +do-install: + ${MKDIR} ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) + +.include <bsd.port.mk> |