new maintainer Christian Rueger and some clean-up
This commit is contained in:
parent
efaccafe8a
commit
b8d3878a63
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2005/10/31 14:01:33 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2005/10/31 18:31:56 naddy Exp $
|
||||
|
||||
COMMENT= "highly customizable e-mail to HTML converter"
|
||||
|
||||
VERSION= 2.6.15
|
||||
DISTNAME= MHonArc-${VERSION}
|
||||
PKGNAME= ${DISTNAME:L}
|
||||
DISTNAME= MHonArc-2.6.15
|
||||
PKGNAME= ${DISTNAME:L}p0
|
||||
CATEGORIES= www mail
|
||||
|
||||
HOMEPAGE= http://www.mhonarc.org/
|
||||
@ -13,15 +12,14 @@ 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= Christian Rueger <cr+openbsd@rueger-net.de>
|
||||
|
||||
# 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
|
||||
|
||||
CONFIGURE_ARGS= PREFIX='$${${DESTDIRNAME}}${PREFIX}' \
|
||||
@ -37,11 +35,10 @@ 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
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mhonarc/mha-mhedit
|
||||
cd ${WRKSRC}/examples && ${INSTALL_DATA} ${EXAMPLES} \
|
||||
${PREFIX}/share/examples/mhonarc/examples
|
||||
${PREFIX}/share/examples/mhonarc
|
||||
cd ${WRKSRC}/extras && ${INSTALL_DATA} ${EXTRAS} \
|
||||
${PREFIX}/share/examples/mhonarc/extras
|
||||
${PREFIX}/share/examples/mhonarc/mha-mhedit
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2005/10/31 14:01:34 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2005/10/31 18:31:56 naddy Exp $
|
||||
bin/mha-dbedit
|
||||
bin/mha-dbrecover
|
||||
bin/mha-decode
|
||||
@ -481,21 +481,20 @@ share/doc/mhonarc/ssbg75.jpg
|
||||
share/doc/mhonarc/stampwb2.png
|
||||
share/doc/mhonarc/up.png
|
||||
share/examples/mhonarc/
|
||||
share/examples/mhonarc/examples/
|
||||
share/examples/mhonarc/examples/blog.mrc
|
||||
share/examples/mhonarc/examples/date.mrc
|
||||
share/examples/mhonarc/examples/def-mime.mrc
|
||||
share/examples/mhonarc/examples/frames.mrc
|
||||
share/examples/mhonarc/examples/icons.mrc
|
||||
share/examples/mhonarc/examples/mha-preview
|
||||
share/examples/mhonarc/examples/mhasiteinit.pl
|
||||
share/examples/mhonarc/examples/mhonarc.vim
|
||||
share/examples/mhonarc/examples/subject.mrc
|
||||
share/examples/mhonarc/examples/utf-8-encode.mrc
|
||||
share/examples/mhonarc/examples/utf-8.mrc
|
||||
share/examples/mhonarc/extras/
|
||||
share/examples/mhonarc/extras/INSTALL
|
||||
share/examples/mhonarc/extras/README.txt
|
||||
share/examples/mhonarc/extras/mha-mhedit
|
||||
share/examples/mhonarc/extras/mha-mhedit.html
|
||||
share/examples/mhonarc/extras/mha-repl.mrc
|
||||
share/examples/mhonarc/blog.mrc
|
||||
share/examples/mhonarc/date.mrc
|
||||
share/examples/mhonarc/def-mime.mrc
|
||||
share/examples/mhonarc/frames.mrc
|
||||
share/examples/mhonarc/icons.mrc
|
||||
share/examples/mhonarc/mha-mhedit/
|
||||
share/examples/mhonarc/mha-mhedit/INSTALL
|
||||
share/examples/mhonarc/mha-mhedit/README.txt
|
||||
share/examples/mhonarc/mha-mhedit/mha-mhedit
|
||||
share/examples/mhonarc/mha-mhedit/mha-mhedit.html
|
||||
share/examples/mhonarc/mha-mhedit/mha-repl.mrc
|
||||
share/examples/mhonarc/mha-preview
|
||||
share/examples/mhonarc/mhasiteinit.pl
|
||||
share/examples/mhonarc/mhonarc.vim
|
||||
share/examples/mhonarc/subject.mrc
|
||||
share/examples/mhonarc/utf-8-encode.mrc
|
||||
share/examples/mhonarc/utf-8.mrc
|
||||
|
Loading…
Reference in New Issue
Block a user