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

27 lines
489 B
Makefile
Raw Normal View History

1996-12-03 15:31:22 +00:00
# New ports collection makefile for: ru-pine
# Date created: 2 Dec 1995
# Whom: ache
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
1996-12-03 15:31:22 +00:00
#
PKGNAME= ru-pine-3.96
1996-12-03 15:31:22 +00:00
CATEGORIES= russian mail
MAINTAINER= ache@FreeBSD.org
RUN_DEPENDS= pine:${PORTSDIR}/mail/pine3
1998-12-01 11:29:29 +00:00
EXTRACT_ONLY= # empty
NO_WRKSUBDIR= YES
1996-12-03 15:31:22 +00:00
NO_BUILD= YES
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>