03bec5597a
Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>
28 lines
501 B
Makefile
28 lines
501 B
Makefile
# New ports collection makefile for: uk-pine
|
|
# Whom: Olexander Kunytsa <kunia@istc.kiev.ua>
|
|
# Date created: 17 April 2001
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pine
|
|
PORTVERSION= 4.33
|
|
CATEGORIES= ukrainian mail news
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= kunia@istc.kiev.ua
|
|
|
|
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>
|