41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: mess822
|
|
# Date created: 4 February 2001
|
|
# Whom: David Siebörger <drs@rucus.ru.ac.za>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mess822
|
|
PORTVERSION= 0.58
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://cr.yp.to/software/ \
|
|
ftp://ftp.jp.qmail.org/qmail/ \
|
|
ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
|
|
ftp://mirror.pipex.net/pub/unix/mail/qmail/
|
|
|
|
MAINTAINER= drs@rucus.ru.ac.za
|
|
COMMENT= RFC 822 mail message parsing library and rewriting utilities
|
|
|
|
USE_QMAIL_RUN= yes
|
|
|
|
RESTRICTED= Violates djb\'s license
|
|
|
|
ALL_TARGET= it
|
|
INSTALL_TARGET= setup check
|
|
|
|
MAN1= 822date.1 822field.1 822header.1 822print.1 822received.1 \
|
|
iftocc.1 new-inject.1
|
|
MAN3= mess822.3 mess822_addr.3 mess822_date.3 mess822_fold.3 \
|
|
mess822_quote.3 mess822_token.3 mess822_when.3
|
|
MAN5= rewriting.5
|
|
MAN8= ofmipd.8 ofmipname.8
|
|
|
|
NO_MTREE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|-O2|${CFLAGS}|" ${WRKSRC}/conf-cc
|
|
@${REINPLACE_CMD} -e "s|.var.qmail|${QMAIL_PREFIX}|" ${WRKSRC}/conf-qmail
|
|
@${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home
|
|
|
|
.include <bsd.port.mk>
|