freebsd-ports/russian/pine.language/Makefile
Kris Kennaway 9e1488ad05 Oops, got a bit overzealous with the chainsaw there. Take out FORBIDDEN -
this port modifies an installed pine, it's not a version of the software
itself.

Submitted by:	Dmitry S. Sivachenko <dima@Chg.RU>
2000-09-29 08:31:44 +00:00

28 lines
465 B
Makefile

# New ports collection makefile for: ru-pine
# Whom: ache
# Date created: 1996/12/03
#
# $FreeBSD$
#
PORTNAME= pine
PORTVERSION= 4.21
CATEGORIES= russian mail
EXTRACT_ONLY= # empty
MAINTAINER= ache@FreeBSD.org
RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4
NO_WRKSUBDIR= YES
NO_BUILD= YES
do-fetch:
do-install:
${GREP} -q -i koi8 ${PREFIX}/etc/pine.conf || \
${CAT} ${FILESDIR}/pine.add >> \
${PREFIX}/etc/pine.conf
.include <bsd.port.mk>