blob: 73427ef9b603f79bc593a77fd9c79ba797409643 (
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.95
# Date created: 03 September 1994
# Whom: mr
#
# $Id: Makefile,v 1.13 1996/11/10 21:32:21 obrien Exp $
#
DISTNAME= pine3.95
PKGNAME= pine-3.95
CATEGORIES= mail
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>
|