b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.66 2005/12/05 20:50:34 rillig Exp $
|
|
|
|
DISTNAME= mew-4.2
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/
|
|
|
|
MAINTAINER= uebayasi@NetBSD.org
|
|
HOMEPAGE= http://www.mew.org/
|
|
COMMENT= Messaging in the Emacs World
|
|
|
|
CONFLICTS=+ mew-xemacs-[0-9]* incm-[0-9]*
|
|
|
|
INFO_FILES= mew.info
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215
|
|
|
|
MEW_CONTRIB_DIR=${EMACS_LISPPREFIX}/mew/contrib
|
|
|
|
MAKE_FLAGS+= prefix=${PREFIX:Q}
|
|
MAKE_FLAGS+= EMACS=${EMACS_BIN:Q}
|
|
MAKE_FLAGS+= elispdir=${EMACS_LISPPREFIX}/mew
|
|
MAKE_FLAGS+= etcdir=${PREFIX}/share/mew
|
|
|
|
SUBST_CLASSES+= local
|
|
SUBST_STAGE.local= post-configure
|
|
SUBST_FILES.local= Makefile bin/configure info/Makefile
|
|
SUBST_SED.local= -e 's|/usr/local|${PREFIX}|g'
|
|
|
|
post-install:
|
|
@${INSTALL_DATA_DIR} ${MEW_CONTRIB_DIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/contrib/* ${MEW_CONTRIB_DIR}
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/emacs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|