1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/russian/elm.language/Makefile

30 lines
534 B
Makefile
Raw Normal View History

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