freebsd-ports/russian/pine.language/Makefile
Kris Kennaway 0d8f47d8f7 This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
2005-07-23 02:53:43 +00:00

33 lines
637 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= ports@FreeBSD.org
COMMENT= Tune Pine for Russian (KOI8-R) defaults
RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4
BROKEN= Removes pine.conf at deinstallation
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2005-09-22
NO_WRKSUBDIR= YES
NO_BUILD= YES
PLIST_FILES= etc/pine.conf
do-fetch:
do-install:
${GREP} -q -i koi8 ${PREFIX}/etc/pine.conf || \
${CAT} ${FILESDIR}/pine.add >> \
${PREFIX}/etc/pine.conf
.include <bsd.port.mk>