mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Install exilog icons.
PR: 86164 Submitted by: Alex Samorukov <samm@os2.kiev.ua>
This commit is contained in:
parent
e5dab6f732
commit
48e6839924
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142839
@ -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
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user