1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/mail/renattach/Makefile
Muhammad Moinur Rahman 2159833d86
mail/renattach: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 19:20:56 +01:00

36 lines
862 B
Makefile

PORTNAME= renattach
PORTVERSION= 1.2.4
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.pc-tools.net/files/unix/
MAINTAINER= ports@FreeBSD.org
COMMENT= Rename or remove certain attachments or kill entire messages
WWW= http://www.pc-tools.net/unix/renattach/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
PLIST_FILES= bin/renattach \
"@sample etc/renattach.conf.sample" \
share/man/man1/renattach.1.gz
OPTIONS_DEFINE= DOCS
post-extract:
@${RM} ${WRKSRC}/src/getopt*
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.ex \
${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>