mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
26 lines
601 B
Makefile
26 lines
601 B
Makefile
# New ports collection makefile for: pine
|
|
# http://www.washington.edu/pine/
|
|
# Version required: 3.96
|
|
# Date created: 03 September 1994
|
|
# Whom: mr
|
|
#
|
|
# $Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp $
|
|
#
|
|
|
|
DISTNAME= pine3.96
|
|
PKGNAME= pine-3.96
|
|
CATEGORIES= mail news
|
|
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MAN1= pine.1 pico.1 pilot.1
|
|
|
|
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>
|