1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/russian/elm.language/Makefile
Michael Haro b8f8618362 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00

30 lines
577 B
Makefile

# New ports collection makefile for: ru-elm
# Date created: 2 Dec 1995
# Whom: ache
#
# $Id: Makefile,v 1.13 1999/08/23 04:23:38 mharo Exp $
#
PKGNAME= ru-elm-2.4ME
CATEGORIES= russian mail
RUN_DEPENDS+= elm:${PORTSDIR}/mail/elm
MAINTAINER= ache@FreeBSD.org
EXTRACT_ONLY= # empty
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>