aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rblsmtpd/Makefile
blob: 8dcb520805eb766f8c6b781295e55f741e733a5e (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
24
25
# New ports collection makefile for:    rblsmtpd
# Version required:     0.70
# Date created:     30 October 1998
# Whom:         John Saunders <john@nlc.net.au>
#
# $FreeBSD$
#

DISTNAME=   rblsmtpd-0.70
CATEGORIES= mail
MASTER_SITES=   ftp://koobera.math.uic.edu/www/software/

MAINTAINER= john@nlc.net.au

NO_PACKAGE= Unsure of djb's license

ALL_TARGET= it
INSTALL_TARGET= setup check

SCRIPTS_ENV=    BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \
        MANMODE="${MANMODE}" CFLAGS="${CFLAGS}"

MAN8=       rblsmtpd.8 antirbl.8

.include <bsd.port.mk>