diff options
author | martin <martin@pkgsrc.org> | 2001-07-18 19:59:13 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2001-07-18 19:59:13 +0000 |
commit | d786567292ded340350b57510ba30ad771c3510d (patch) | |
tree | 5ebcc45f2d03ab358c1493c5577f92ee2a11699e /mail/elm-me/Makefile | |
parent | 8559bffd4cb7d49b4333fd41c1e1e50045218f58 (diff) | |
download | pkgsrc-d786567292ded340350b57510ba30ad771c3510d.tar.gz |
Import of elm-me, the ME extended version of elm.
This is basically an update to version 2.4ME+93 of the pkg currently
residing in mail/elm, which will be updated to a non-ME extended, but
current version of elm soon.
Diffstat (limited to 'mail/elm-me/Makefile')
-rw-r--r-- | mail/elm-me/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/mail/elm-me/Makefile b/mail/elm-me/Makefile new file mode 100644 index 00000000000..5e522c407b6 --- /dev/null +++ b/mail/elm-me/Makefile @@ -0,0 +1,40 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/18 19:59:13 martin Exp $ +# FreeBSD: Makefile,v 1.42 1997/12/24 01:21:07 alex Exp +# + +DISTNAME= elm-2.4ME+93 +PKGNAME= elm-me-2.4.93 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \ + ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \ + ftp://ftp.ibp.fr/pub/unix/mail/elm-me/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.instinct.org/elm/ +COMMENT= ELM Mail User Agent with ME extensions + +CONFLICTS= elm-* + +HAS_CONFIGURE= Yes +CONFIGURE_SCRIPT= ksh ./Configure +CONFIGURE_ENV= PREFIX="${PREFIX}" RUN_AS_BATCH=yes +CONFIGURE_ARGS= -S + +WRKSRC= ${WRKDIR}/elm2.4.ME+.93 + +pre-configure: + ${CP} ${FILESDIR}/config.sh ${WRKSRC}/ + ${MV} ${WRKSRC}/nls/LANGS ${WRKSRC}/nls/LANGS.tmpl + ${SED} -e 's:__PREFIX:'${PREFIX}':g'< ${WRKSRC}/nls/LANGS.tmpl > ${WRKSRC}/nls/LANGS + +post-install: + cd ${WRKSRC}/nls; ${MAKE} install + if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \ + ${INSTALL_DATA} \ + ${FILESDIR}/elm.mimetypes ${PREFIX}/lib/elm.mimetypes-dist; \ + else \ + ${INSTALL_DATA} \ + ${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \ + fi + +.include "../../mk/bsd.pkg.mk" |