1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/mail/pine4/Makefile
Satoshi Asami 6a2a7076d0 Separate PATCH_* from MASTER_*. (If you ask me, I can't figure out
why adding a file called "*.patch-1" makes the package name change
from "pine-3.59" to "pine-3.59q" and not "pine-3.59.1", but that's ok.)
1997-02-06 08:45:06 +00:00

23 lines
481 B
Makefile

# 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.19 1997/02/05 10:33:28 ache Exp $
#
DISTNAME= pine3.95
PKGNAME= pine-3.95q
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= pine3.95.patch-1
MAINTAINER= ports@FreeBSD.org
MAN1= pine.1 pico.1 pilot.1
.include <bsd.port.mk>