blob: 9031d3f41fff601ab5a269f152f68d59f68fe990 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: pine
# http://www.washington.edu/pine/
# Version required: 3.95
# Date created: 03 September 1994
# Whom: mr
#
# $Id: Makefile,v 1.15 1996/12/03 20:28:23 ache Exp $
#
DISTNAME= pine3.95
PKGNAME= pine-3.95
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
MAINTAINER= ports@FreeBSD.org
MAN1= pine.1 pico.1 pilot.1
MAN8= imapd.8c ipopd.8c
.include <bsd.port.mk>
|