1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/mail/rblsmtpd/scripts/configure
Jun Kuriyama 2f50aab331 RBL (Realtime Blackhole List) smtp daemon for blocking SPAM.
PR:		ports/8516 and ports/9080
Submitted by:	John Saunders <john@nlc.net.au>
Submitted by:	Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-02-11 07:23:16 +00:00

11 lines
237 B
Bash

#!/bin/sh
#
# Set up daemontools for the *BSD environment...
#
# @(#) $Id: configure,v 1.1.1.1 1998/07/09 10:18:38 dburr Exp $
#
# Tune the options we're given.
echo ${PREFIX} > ${WRKSRC}/conf-home
echo cc ${CFLAGS} > ${WRKSRC}/conf-cc