mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
b84cc78bb4
Approved by: portmgr (blanket)
35 lines
792 B
Makefile
35 lines
792 B
Makefile
PORTNAME= fix-mime-charset
|
|
PORTVERSION= 0.5.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= converters textproc russian ukrainian
|
|
MASTER_SITES= SF/fix-mime-chr/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= chip-set@mail.ru
|
|
COMMENT= Fix incorrect Content-Type MIME headers of e-mail messages
|
|
WWW= https://fix-mime-chr.sourceforge.net
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libenca.so:converters/enca
|
|
|
|
USES= localbase perl5
|
|
USE_PERL5= build
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/fix-mime-charset \
|
|
share/man/man1/fix-mime-charset.1.gz
|
|
PORTDOCS= README.koi8r README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|