1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/mail/rmime/Makefile
Mark Linimon 8a0c2dc570 Maintainer has had his port bit taken for safekeeping. While here,
remove stale mastersites and pet portlint.

Hat:		portmgr
2007-03-04 01:32:12 +00:00

35 lines
734 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.subterrain.net/code/
DISTNAME= rmime.el
EXTRACT_SUFX= # empty
EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= Decode MIME messages inside Emacs (works with RMAIL, VM, and mh-e)
RUN_DEPENDS= metamail:${PORTSDIR}/mail/metamail
USE_EMACS= yes
EMACS_PORT_NAME?= emacs20
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>