2004-06-22 20:52:39 +02:00
|
|
|
# New ports collection makefile for: renattach
|
|
|
|
# Date created: 20 June 2004
|
|
|
|
# Whom: Stefan A. Deutscher (sad@mailaps.org)
|
|
|
|
#
|
|
|
|
# $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/
|
|
|
|
|
2008-07-23 04:43:55 +02:00
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
2004-06-22 20:52:39 +02:00
|
|
|
COMMENT= Rename or remove certain attachments or kill entire messages
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= renattach.1
|
|
|
|
PORTDOCS= INSTALL
|
2005-03-13 10:35:39 +01:00
|
|
|
PLIST_FILES= bin/renattach etc/renattach.conf.ex
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${RM} -f ${WRKSRC}/src/getopt*
|
2004-06-22 20:52:39 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2005-03-13 10:35:39 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${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"
|
2005-03-13 10:35:39 +01:00
|
|
|
.endif
|
2004-06-22 20:52:39 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|