freebsd-ports/russian/elm.language/Makefile
Kris Kennaway de78dd974b Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
2007-02-11 01:23:35 +00:00

37 lines
679 B
Makefile

# New ports collection makefile for: ru-elm
# Whom: ache
# Date created: 1995/12/20
#
# $FreeBSD$
#
PORTNAME= elm
PORTVERSION= 2.4ME
CATEGORIES= russian mail
EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= Tune Elm with MIME for KOI8-R defaults
RUN_DEPENDS+= elm:${PORTSDIR}/mail/elm+ME
BROKEN= Leaves behind files on deinstall
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2007-04-10
PLIST_FILES= lib/elm.rc
NO_WRKSUBDIR= YES
NO_BUILD= YES
do-fetch:
do-install:
${GREP} -q -i koi8 ${PREFIX}/lib/elm.rc || \
( \
${ECHO_MSG} "charset=KOI8-R"; \
${ECHO_MSG} "displaycharset=KOI8-R"; \
) >> \
${PREFIX}/lib/elm.rc
.include <bsd.port.mk>