blob: bff6c271f43e6848352961acac0832f187d48924 (
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= 3.9
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.31
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>
|