1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/pine4/Makefile

26 lines
599 B
Makefile
Raw Normal View History

# New ports collection makefile for: pine
1996-12-03 20:28:23 +00:00
# http://www.washington.edu/pine/
1997-03-26 02:12:28 +00:00
# Version required: 3.96
# Date created: 03 September 1994
# Whom: mr
#
1997-03-26 02:12:28 +00:00
# $Id: Makefile,v 1.20 1997/02/06 08:45:06 asami Exp $
#
1997-03-26 02:12:28 +00:00
DISTNAME= pine3.96
PKGNAME= pine-3.96
1996-12-04 20:43:27 +00:00
CATEGORIES= mail news
1995-04-11 20:28:32 +00:00
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
1996-11-17 07:42:58 +00:00
MAINTAINER= ports@FreeBSD.org
MAN1= pine.1 pico.1 pilot.1
1995-05-18 08:55:37 +00:00
1997-03-26 02:12:28 +00:00
post-install:
install -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
${PREFIX}/share/doc/pine
cd ${WRKSRC} && \
${INSTALL_DATA} doc/tech-notes.txt ${PREFIX}/share/doc/pine
.include <bsd.port.mk>