mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
7fc5bd70f3
editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
31 lines
705 B
Makefile
31 lines
705 B
Makefile
# New ports collection makefile for: vm
|
|
# Date created: 20 February 2002
|
|
# Whom: olive
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vm
|
|
PORTVERSION= 8.1.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= mail elisp
|
|
MASTER_SITES= https://launchpad.net/${PORTNAME}/8.1.x/${PORTVERSION}/+download/
|
|
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jhein@symmetricom.com
|
|
COMMENT= A mail reader running inside Emacs or XEmacs
|
|
|
|
FETCH_ARGS= -prR
|
|
GNU_CONFIGURE= yes
|
|
USE_EMACS= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS+= --with-emacs=${EMACS_CMD}
|
|
MAKE_ARGS= prefix=${PREFIX} \
|
|
lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} \
|
|
pixmapdir=${PREFIX}/${EMACS_LIBDIR_WITH_VER}/etc/vm
|
|
|
|
INFO= vm vm-pcrisis
|
|
|
|
.include <bsd.port.mk>
|