freebsd-ports/russian/elm.language/Makefile

31 lines
514 B
Makefile
Raw Normal View History

1996-02-26 02:04:20 +01:00
# New ports collection makefile for: ru-elm
1995-12-20 07:58:00 +01:00
# Whom: ache
# Date created: 1995/12/20
1995-12-20 07:58:00 +01:00
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
1995-12-20 07:58:00 +01:00
#
2000-04-13 21:19:05 +02:00
PORTNAME= elm
PORTVERSION= 2.4ME
CATEGORIES= russian mail
EXTRACT_ONLY= # empty
MAINTAINER= ache@FreeBSD.org
2000-05-24 12:37:44 +02:00
RUN_DEPENDS+= elm:${PORTSDIR}/mail/elm+ME
NO_WRKSUBDIR= YES
NO_BUILD= YES
1995-12-20 07:58:00 +01:00
do-fetch:
do-install:
${GREP} -q -i koi8 ${PREFIX}/lib/elm.rc || \
1996-02-26 02:41:34 +01:00
( \
${ECHO_MSG} "charset=KOI8-R"; \
${ECHO_MSG} "displaycharset=KOI8-R"; \
1996-02-26 02:41:34 +01:00
) >> \
1995-12-20 07:58:00 +01:00
${PREFIX}/lib/elm.rc
.include <bsd.port.mk>