freebsd-ports/mail/smtptrapd/Makefile
Martin Wilke 818486df4d - Update to 1.5
PR:		123086
Submitted by:	Ports Fury
2008-04-26 14:48:34 +00:00

29 lines
654 B
Makefile

# Ports collection makefile for: smtptrapd
# Date created: 19 March 2005
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= smtptrapd
PORTVERSION= 1.5
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>