1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/mail/drbl/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

29 lines
585 B
Makefile

# New ports collection makefile for: drbl
# Date created: 21 March 2002
# Whom: Yen-Ming Lee <leeym@leeym.com>
#
# $FreeBSD$
#
PORTNAME= drbl
PORTVERSION= 1.06
CATEGORIES= mail
MASTER_SITES= ftp://ftp.drbl.ofisp.org/drbl/
EXTRACT_SUFX= .tgz
MAINTAINER= leeym@FreeBSD.org
COMMENT= Distributed Realtime Black List
NO_BUILD= yes
do-install:
@${MKDIR} ${DATADIR}
.for file in README header zones
@${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR}
.endfor
.for file in access2drbl build_drbl
@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
.include <bsd.port.mk>