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

28 lines
465 B
Makefile
Raw Normal View History

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