1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Install exilog icons.

PR:		86164
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
This commit is contained in:
Vsevolod Stakhov 2005-09-15 20:10:05 +00:00
parent e5dab6f732
commit 48e6839924
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142839
2 changed files with 44 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= exilog
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://duncanthrax.net/exilog/
@ -65,7 +66,10 @@ pre-patch:
do-install:
@${MKDIR} ${EXILOGDIR}
@${MKDIR} ${EXILOGDIR}/icons
@${CP} ${WRKSRC}/*.pm ${WRKSRC}/*.css ${WRKSRC}/*.js ${EXILOGDIR}
@${CP} ${WRKSRC}/icons/* ${EXILOGDIR}/icons
.if !defined(NO_AGENT)
@${INSTALL_SCRIPT} ${WRKSRC}/exilog_agent.pl ${PREFIX}/sbin
.endif

View File

@ -15,11 +15,50 @@ sbin/exilog_cleanup.pl
%%EXILOGDIR%%/exilog_jscript.js
%%EXILOGDIR%%/exilog_stylesheet.css
%%EXILOGDIR%%/.htaccess
%%EXILOGDIR%%/icons/address.png
%%EXILOGDIR%%/icons/arrival.png
%%EXILOGDIR%%/icons/arrival_auth.png
%%EXILOGDIR%%/icons/arrival_local.png
%%EXILOGDIR%%/icons/arrival_normal.png
%%EXILOGDIR%%/icons/arrival_tls.png
%%EXILOGDIR%%/icons/arrival_tls_auth.png
%%EXILOGDIR%%/icons/deferral_normal.png
%%EXILOGDIR%%/icons/deferral_tls.png
%%EXILOGDIR%%/icons/deferred.png
%%EXILOGDIR%%/icons/delivered.png
%%EXILOGDIR%%/icons/delivery.png
%%EXILOGDIR%%/icons/delivery_normal.png
%%EXILOGDIR%%/icons/delivery_tls.png
%%EXILOGDIR%%/icons/dns.png
%%EXILOGDIR%%/icons/dsn_warning.png
%%EXILOGDIR%%/icons/errmsg.png
%%EXILOGDIR%%/icons/error.png
%%EXILOGDIR%%/icons/error_normal.png
%%EXILOGDIR%%/icons/error_tls.png
%%EXILOGDIR%%/icons/event_type.png
%%EXILOGDIR%%/icons/find.png
%%EXILOGDIR%%/icons/frozen.png
%%EXILOGDIR%%/icons/helo.png
%%EXILOGDIR%%/icons/ident.png
%%EXILOGDIR%%/icons/queue_deferred.png
%%EXILOGDIR%%/icons/queue_frozen.png
%%EXILOGDIR%%/icons/queue_normal.png
%%EXILOGDIR%%/icons/queued.png
%%EXILOGDIR%%/icons/reject_postdata.png
%%EXILOGDIR%%/icons/reject_predata.png
%%EXILOGDIR%%/icons/router_transport.png
%%EXILOGDIR%%/icons/server.png
%%EXILOGDIR%%/icons/server_normal.png
%%EXILOGDIR%%/icons/size.png
%%EXILOGDIR%%/icons/stats_h24.png
%%EXILOGDIR%%/icons/stopwatch.png
%%EXILOGDIR%%/icons/timerange.png
%%EXILOGDIR%%/icons/unknown.png
etc/exilog.conf-dist
%%PORTDOCS%%%%DOCSDIR%%/Changelog
%%PORTDOCS%%%%DOCSDIR%%/exilog.txt
%%PORTDOCS%%%%DOCSDIR%%/mysql-db-script.sql
%%PORTDOCS%%%%DOCSDIR%%/pgsql-db-script.sql
@dirrm %%EXILOGDIR%%/icons
@dirrm %%EXILOGDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%