summaryrefslogtreecommitdiffstats
path: root/mail/smtptrapd/Makefile
blob: be0d4f73b29c8ad26e5fed9dc65358f728f94c13 (plain)
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
29
# Ports collection makefile for:	smtptrapd
# Date created:				19 March 2005
# Whom:					Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	smtptrapd
PORTVERSION=	1.3
CATEGORIES=	mail
MASTER_SITES=	http://smtptrapd.inodes.org/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	RFC 2821 compliant SMTP service that always returns a 4xx soft error

CFLAGS+=	${PTHREAD_CFLAGS} ${PTHREAD_LIBS}

USE_RC_SUBR=	smtptrapd.sh

PLIST_FILES=	bin/smtptrapd

do-build:
	(cd ${WRKSRC} && ${CC} ${CFLAGS} -o smtptrapd smtptrapd.c)

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/smtptrapd ${PREFIX}/bin/
	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>
OpenPOWER on IntegriCloud