pkgsrc/mail/metamail/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

58 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.42 2006/03/04 21:30:00 jlam Exp $
DISTNAME= mm2.7
PKGNAME= metamail-2.7
PKGREVISION= 8
CATEGORIES= mail
MASTER_SITES= http://ftp.funet.fi/pub/unix/mail/metamail/ \
ftp://ftp.research.telcordia.com/pub/nsb/
EXTRACT_SUFX= .tar.Z
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Implementation of MIME, the Multipurpose Internet Mail Extensions
CONFLICTS+= elm>=2.5.5 mm-2.7
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/${DISTNAME}/src
CFLAGS.Linux+= -DLINUX
CFLAGS.SunOS+= -DSYSV
MAKE_ENV+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} CHMOD=${CHMOD:Q} SED=${SED:Q}
EGDIR= ${PREFIX}/share/examples/metamail
CONF_FILES= ${EGDIR}/mailcap ${PKG_SYSCONFDIR}/mailcap
USE_TOOLS+= bdftopcf
FONTS_DIRS.x11+= lib/metamail/fonts
REQD_DIRS+= lib/metamail
REQD_DIRS+= lib/metamail/fonts
INSTALLATION_DIRS= bin man/man1 man/man4
SUBST_CLASSES+= awk sys
SUBST_STAGE.awk= post-patch
SUBST_MESSAGE.awk= Adjusting the path to awk
SUBST_FILES.awk= bin/sun2mime
SUBST_SED.awk= -e "s|/bin/nawk|${AWK}|"
SUBST_STAGE.sys= post-patch
SUBST_MESSAGE.sys= Adjusting the path for PKG_SYSCONFDIR.
SUBST_FILES.sys= config.h
SUBST_SED.sys= -e "s|PKG_SYSCONFDIR|\"${PKG_SYSCONFDIR}\"|g"
post-patch:
${RM} -f ${WRKDIR}/mm2.7/src/bin/*.orig
pre-configure:
if ${GREP} putenv /usr/include/stdlib.h >/dev/null; \
then \
cd ${WRKSRC}/metamail; \
${MV} Makefile Makefile.pre-sed; \
${SED} -e s/putenv.o//g Makefile.pre-sed >Makefile; \
fi
pre-install:
${INSTALL_DATA_DIR} ${EGDIR}
.include "../../mk/bsd.pkg.mk"