1994-09-04 01:08:46 +00:00
|
|
|
# New ports collection makefile for: pine
|
1996-07-17 03:58:38 +00:00
|
|
|
# Version required: 3.95
|
1994-09-04 01:08:46 +00:00
|
|
|
# Date created: 03 September 1994
|
|
|
|
# Whom: mr
|
|
|
|
#
|
1996-07-17 03:58:38 +00:00
|
|
|
# $Id: Makefile,v 1.11 1995/08/14 11:52:36 asami Exp $
|
1994-09-04 01:08:46 +00:00
|
|
|
#
|
|
|
|
|
1996-07-17 03:58:38 +00:00
|
|
|
DISTNAME= pine3.95
|
|
|
|
PKGNAME= pine-3.95
|
1995-04-01 12:51:41 +00:00
|
|
|
CATEGORIES+= mail
|
1995-04-11 20:28:32 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
|
1994-09-03 20:43:16 +00:00
|
|
|
|
1995-05-18 08:55:37 +00:00
|
|
|
post-install:
|
1996-07-17 03:58:38 +00:00
|
|
|
.if !defined(NOMANCOMPRESS)
|
1995-05-18 08:55:37 +00:00
|
|
|
gzip -9nf ${PREFIX}/man/man1/pine.1
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/pico.1
|
1996-07-17 03:58:38 +00:00
|
|
|
gzip -9nf ${PREFIX}/man/man1/pilot.1
|
1995-08-14 11:52:41 +00:00
|
|
|
gzip -9nf ${PREFIX}/man/man8/imapd.8c
|
|
|
|
gzip -9nf ${PREFIX}/man/man8/ipopd.8c
|
1996-07-17 03:58:38 +00:00
|
|
|
.endif
|
1995-05-18 08:55:37 +00:00
|
|
|
|
1994-09-03 20:43:16 +00:00
|
|
|
.include <bsd.port.mk>
|