blob: 617b7333d1f6fdf5d176d725ae94118f0475ea3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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>
|