mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
30 lines
572 B
Makefile
30 lines
572 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= sa-utils
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= mail
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= SpamAssassin nightly periodic maintenance
|
|
|
|
RUN_DEPENDS= sa-update:mail/spamassassin
|
|
RUN_DEPENDS+= re2c>=0.12.0:devel/re2c
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
SUB_FILES= sa-utils
|
|
|
|
PERIODIC_DAILY= etc/periodic/daily
|
|
|
|
#PLIST_FILES= ${PERIODIC_DAILY}/sa-utils
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/
|
|
${INSTALL_SCRIPT} ${WRKDIR}/sa-utils ${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/sa-utils
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|