mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
32 lines
743 B
Makefile
32 lines
743 B
Makefile
# New ports collection makefile for: vm
|
|
# Date created: 20 February 2002
|
|
# Whom: olive
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vm
|
|
PORTVERSION= 8.0.14
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail elisp
|
|
MASTER_SITES= https://launchpad.net/${PORTNAME}/8.0.x/${PORTVERSION}/+download/
|
|
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
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>
|