1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/mail/rmime/Makefile
Sergey Matveychuk 4c46450129 - Add USE_EMACS=yes. It should present in all emacsen ports.
(This commit prevents the ports breakage after more strict condition
  will applied in bsd.port.mk and makes no functional changes)

PR:		ports/95238
Submitted by:	nobutaka
2006-05-06 08:44:14 +00:00

38 lines
829 B
Makefile

# New ports collection makefile for: rmime
# Date created: 28 July 2001
# Whom: dd
#
# $FreeBSD$
#
PORTNAME= rmime
PORTVERSION= 1.2
CATEGORIES= mail
MASTER_SITES= http://www.cinti.net/~rmoody/rmime/ \
${MASTER_SITE_LOCAL} \
http://www.unixfreak.org/~dima/distfiles/
MASTER_SITE_SUBDIR= dd
DISTNAME= rmime.el
EXTRACT_SUFX= # empty
EXTRACT_ONLY= # empty
MAINTAINER= dd@FreeBSD.org
COMMENT= Decode MIME messages inside Emacs (works with RMAIL, VM, and mh-e)
USE_EMACS= yes
EMACS_PORT_NAME?= emacs20
RUN_DEPENDS= metamail:${PORTSDIR}/mail/metamail
NO_WRKSUBDIR= yes
STRIP= # empty
do-build:
${CP} ${DISTDIR}/rmime.el ${WRKDIR}
${EMACS_CMD} -batch -f batch-byte-compile ${WRKDIR}/rmime.el
do-install:
${INSTALL_DATA} ${WRKDIR}/rmime.el ${WRKDIR}/rmime.elc\
${PREFIX}/share/emacs/site-lisp
.include <bsd.port.mk>