mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
6c993c03ae
Reported by: adamw
36 lines
754 B
Makefile
36 lines
754 B
Makefile
# Created by: Matthew Seaman
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sa-utils
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= mail
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= SpamAssassin nightly periodic maintenance
|
|
|
|
RUN_DEPENDS= sa-update:mail/spamassassin
|
|
|
|
OPTIONS_DEFINE= SACOMPILE
|
|
SACOMPILE_DESC= Enable sa-compile support
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
SUB_FILES= sa-utils
|
|
|
|
PERIODIC_DAILY= etc/periodic/daily
|
|
|
|
PLIST_FILES= ${PERIODIC_DAILY}/sa-utils
|
|
|
|
SACOMPILE_RUN_DEPENDS= re2c>=0.12.0:devel/re2c
|
|
SACOMPILE_SUB_LIST= SACOMPILE=YES
|
|
SACOMPILE_SUB_LIST_OFF= SACOMPILE=NO
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/
|
|
${INSTALL_SCRIPT} ${WRKDIR}/sa-utils \
|
|
${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/sa-utils
|
|
|
|
.include <bsd.port.mk>
|