freebsd-ports/russian/elm.language/Makefile
Andrey A. Chernov 6cb6181413 elm -> elm+ME
2000-05-24 10:37:44 +00:00

31 lines
514 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= ache@FreeBSD.org
RUN_DEPENDS+= elm:${PORTSDIR}/mail/elm+ME
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>