aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mini_sendmail/Makefile
blob: d5c3d07762a4ad17644abffdd612c046a4243ae2 (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
26
27
28
# Ports collection makefile for:    mini_sendmail
# Date created:             11 July 2003
# Whom:                 Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mini_sendmail
PORTVERSION=    1.3.6
PORTREVISION=   1
CATEGORIES+=    mail
MASTER_SITES=   http://www.acme.com/software/mini_sendmail/

MAINTAINER= demon@FreeBSD.org
COMMENT=    Tiny MTA with only smart relay capability

MAN8=       mini_sendmail.8
PLIST_FILES=    bin/mini_sendmail

do-build:
    cd ${WRKSRC} && \
    ${CC} ${CFLAGS} -static -o ${PORTNAME} ${PORTNAME}.c

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
    ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MAN8PREFIX}/man/man8/

.include <bsd.port.mk>