2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Stefan A. Deutscher (sad@mailaps.org)
|
2004-06-22 20:52:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= renattach
|
2006-11-06 18:48:52 +01:00
|
|
|
PORTVERSION= 1.2.4
|
2004-06-22 20:52:39 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.pc-tools.net/files/unix/
|
|
|
|
|
2010-04-27 03:41:02 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-06-22 20:52:39 +02:00
|
|
|
COMMENT= Rename or remove certain attachments or kill entire messages
|
|
|
|
|
2009-05-16 08:27:56 +02:00
|
|
|
|
2004-06-22 20:52:39 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PORTDOCS= INSTALL
|
2014-06-08 16:02:34 +02:00
|
|
|
PLIST_FILES= bin/renattach etc/renattach.conf.ex man/man1/renattach.1.gz
|
2005-03-13 10:35:39 +01:00
|
|
|
|
2014-07-04 02:33:29 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2005-03-13 10:35:39 +01:00
|
|
|
post-extract:
|
|
|
|
@${RM} -f ${WRKSRC}/src/getopt*
|
2004-06-22 20:52:39 +02:00
|
|
|
|
|
|
|
post-install:
|
2014-06-08 16:02:34 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
2004-06-22 20:52:39 +02:00
|
|
|
@${ECHO_MSG} "===================="
|
|
|
|
@${ECHO_MSG} "Check with ${DOCSDIR}/INSTALL"
|
|
|
|
@${ECHO_MSG} "After that you may need to adjust renattach.conf to your needs"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|