openbsd-ports/www/mhonarc/Makefile
margarida 35c669fd2a Update to version 2.6.3
Security bugfixes (surprise, surprise..):
Cross-site scripting vulnerabilities in the HTML filter were fixed.
A parsing bug was fixed where malformed address fields can cause
MHonArc to hang.
2003-04-22 00:46:00 +00:00

43 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.18 2003/04/22 00:46:00 margarida Exp $
COMMENT= "highly customizable e-mail to HTML converter"
VERSION= 2.6.3
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>