summaryrefslogtreecommitdiff
path: root/mail/pine4/Makefile
blob: 2a75b38418cba2cba9ac73b99bae243a2902cc35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:	pine
# Version required:	3.91
# Date created:		03 September 1994
# Whom:			mr
#
# $Id: Makefile,v 1.9 1995/04/23 12:47:15 asami Exp $
#

DISTNAME=	pine3.91
PKGNAME=	pine-3.91
CATEGORIES+=	mail
MASTER_SITES=	ftp://ftp.cac.washington.edu/pine/
EXTRACT_SUFX=	.tar.Z

post-install:
	gzip -9nf ${PREFIX}/man/man1/pine.1
	gzip -9nf ${PREFIX}/man/man1/pico.1

.include <bsd.port.mk>