aboutsummaryrefslogtreecommitdiffstats
path: root/security/logcheck/Makefile
blob: edd5a243c1479ff1237ccb61d7612940aae0f782 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ports collection makefile for:    logcheck
# Version required: 1.1.1
# Date created:     9 December 1999
# Whom:         Dan Langille <dan@freebsddiary.org>
#
# $FreeBSD$
#

DISTNAME=   logcheck-1.1.1
CATEGORIES= security
MASTER_SITES=   http://www.psionic.com/tools/

MAINTAINER= ports@freebsddiary.org

PKGMESSAGE= ${WRKDIR}/MESSAGE

post-build:
    @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGDIR}/MESSAGE > ${PKGMESSAGE}

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>