1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/russian/pine.language/Makefile
1998-07-25 12:35:50 +00:00

27 lines
521 B
Makefile

# New ports collection makefile for: ru-pine
# Date created: 2 Dec 1995
# Whom: ache
#
# $Id: Makefile,v 1.3 1998/06/27 05:19:32 asami Exp $
#
PKGNAME= ru-pine-3.96
CATEGORIES= russian mail
MAINTAINER= ache@FreeBSD.org
RUN_DEPENDS= pine:${PORTSDIR}/mail/pine3
NO_EXTRACT= YES
NO_WRKDIR= 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>