aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pine4/Makefile
blob: 864c342869ed6cfb49949c888ded09228b53c24f (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
# New ports collection makefile for:    pine
# http://www.washington.edu/pine/
# Version required:     3.96
# Date created:     03 September 1994
# Whom:         mr
#
# $Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp $
#

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

MAINTAINER= ports@FreeBSD.org

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>