1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/mail/pine4/Makefile

24 lines
544 B
Makefile
Raw Normal View History

# New ports collection makefile for: pine
# Version required: 3.95
# Date created: 03 September 1994
# Whom: mr
#
# $Id: Makefile,v 1.11 1995/08/14 11:52:36 asami Exp $
#
DISTNAME= pine3.95
PKGNAME= pine-3.95
CATEGORIES+= mail
1995-04-11 20:28:32 +00:00
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
1995-05-18 08:55:37 +00:00
post-install:
.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
gzip -9nf ${PREFIX}/man/man1/pilot.1
gzip -9nf ${PREFIX}/man/man8/imapd.8c
gzip -9nf ${PREFIX}/man/man8/ipopd.8c
.endif
1995-05-18 08:55:37 +00:00
.include <bsd.port.mk>