summaryrefslogtreecommitdiff
path: root/editors/pico/Makefile
blob: c4c986df94e444bae56050393649ba108d2d5a44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:	pico
# Date created:			16 December 2000
# Whom:				Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$
#
# This port tracks Pine4
# All patch files have been taken from mail/pine4

PORTNAME=	pico
PORTVERSION= 	4.0
CATEGORIES=	editors
MASTER_SITES=	ftp://ftp.cac.washington.edu/pine/
DISTNAME=	pine${pineversion}

MAINTAINER=	jeremy@external.org

WRKSRC=		${WRKDIR}/pine${pineversion}/pico
PATCH_WRKSRC=	${WRKSRC}/..

pineversion=	4.32

MAKEFILE=	makefile.bsf
ALL_TARGET=	pico

MAN1=		pico.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/pico ${PREFIX}/bin/pico
	${INSTALL_MAN} ${WRKSRC}/../doc/pico.1 ${PREFIX}/man/man1/pico.1

.include <bsd.port.mk>