mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
6a9f09ec3b
Makefile.diff - patch to Makefile; gzip additional manpages during postinstall file.Makefile.diff - patch to files/Makefile; add install for new manpages PLIST.diff - include new manpages in package
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# New ports collection makefile for: pine
|
|
# Version required: 3.91
|
|
# Date created: 03 September 1994
|
|
# Whom: mr
|
|
#
|
|
# $Id: Makefile,v 1.10 1995/05/18 08:55:37 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
|
|
gzip -9nf ${PREFIX}/man/man8/imapd.8c
|
|
gzip -9nf ${PREFIX}/man/man8/ipopd.8c
|
|
|
|
.include <bsd.port.mk>
|