openbsd-ports/www/mhonarc/Makefile
margarida 7f4d851fca Update to version 2.6.0
--
This version includes much improved character encoding support,
including support for Japanese, Chinese, UTF-8, and other encodings.
The flowed text conversion was improved.
There are security enhancements, mail address rewriting in message
bodies, and other new features and bugfixes.
Changelog: http://www.mhonarc.org/MHonArc/CHANGES
2003-02-16 20:21:12 +00:00

43 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.17 2003/02/16 20:21:12 margarida Exp $
COMMENT= "highly customizable e-mail to HTML converter"
VERSION= 2.6.0
DISTNAME= MHonArc${VERSION}
PKGNAME= mhonarc-${VERSION}
CATEGORIES= www mail
HOMEPAGE= http://www.mhonarc.org/
MASTER_SITES= http://www.mhonarc.org/release/MHonArc/tar/ \
http://www.nacs.uci.edu/indiv/ehood/tar/ \
ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
post-extract:
@chmod -R u+w ${WRKDIST}
CONFIGURE_STYLE= perl
ALL_TARGET= default
EXAMPLES= mha-preview mhasiteinit.pl mhonarc.vim *.mrc
EXTRAS= mha-mhedit/*
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc/examples
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc/extras
cd ${WRKSRC}/examples && ${INSTALL_DATA} ${EXAMPLES} \
${PREFIX}/share/examples/mhonarc/examples
cd ${WRKSRC}/extras && ${INSTALL_DATA} ${EXTRAS} \
${PREFIX}/share/examples/mhonarc/extras
.include <bsd.port.mk>