1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/mail/qconfirm/Makefile
Kirill Ponomarev 2c427eb2e9 - Update to 0.11.0:
With this version qconfirm is capable of sending a preview of
  a message, currently held in the qmail queue and waiting for
  confirmation, to the owner of the qconfirm directory.
  See the faq and the man pages for details.
  Two minor bugs in the qconfirm and the qconfirm-control
  programs have been fixed.

PR:		57526
Submitted by:	Sergei Kolobov <sergei@kolobov.com> (maintainer)
2003-10-03 12:03:19 +00:00

40 lines
1001 B
Makefile

# New ports collection makefile for: qconfirm
# Date created: 22 Aug 2002
# Whom: Sergei Kolobov <sergei@kolobov.com>
#
# $FreeBSD$
#
PORTNAME= qconfirm
PORTVERSION= 0.11.0
CATEGORIES= mail
MASTER_SITES= http://smarden.org/qconfirm/
MAINTAINER= sergei@kolobov.com
COMMENT= Filter spam by requesting confirmation from sender
WRKSRC= ${WRKDIR}/mail/${DISTNAME}
ALL_TARGET= default
MAN1= qconfirm.1 qconfirm-accept.1 qconfirm-check.1 \
qconfirm-check-mid.1 qconfirm-conf.1 \
qconfirm-cdb-check.1 qconfirm-cdb-update.1 \
qconfirm-control.1 qconfirm-return.1
DOCS= package/CHANGES package/COPYING package/README doc/*.html
do-configure:
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc
do-build:
cd ${WRKSRC} && package/compile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/command/* ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/*.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>