aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/pine4/Makefile
blob: f080f5cdaa74268c1ae91f228c7e2be808bb4dde (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
# New ports collection makefile for:    pine
# Version required:     3.96
# Date created:     19 Nov1997
# Whom:         Wu Ching-hong <woju@FreeBSD.ee.Ntu.edu.TW>
#
# $Id$
#

DISTNAME=       pine3.96
PKGNAME=        zh-pine-3.96
CATEGORIES=     mail news
MASTER_SITES=   ftp://ftp.cac.washington.edu/pine/

MAINTAINER= woju@FreeBSD.ee.Ntu.edu.TW

MAN1=       pine.1 pico.1 pilot.1

post-install:
    ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
        ${PREFIX}/share/doc/pine
    cd ${WRKSRC} && \
        ${INSTALL_DATA} doc/tech-notes.txt ${PREFIX}/share/doc/pine

.include <bsd.port.mk>