aboutsummaryrefslogtreecommitdiff
path: root/editors/pico/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-03-05 15:06:10 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-03-05 15:06:10 +0000
commit37c0a6c45960149a0d912cb7e93278a6e7620b2a (patch)
tree4453847ab58d81622c69558ac9a9d9a1d7f5b9b7 /editors/pico/Makefile
parent01ec71c83325d830b5bf0946c70a91a5c80182ed (diff)
Notes
Diffstat (limited to 'editors/pico/Makefile')
-rw-r--r--editors/pico/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index 81b1a4a2fa4e..fc68ea6170f6 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -8,6 +8,7 @@
PORTNAME= pico
PORTVERSION= 4.53
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
http://mirror.sit.wisc.edu/pub/net/mail/pine/ \
@@ -20,6 +21,9 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
DISTNAME= pine${PORTVERSION}
MAINTAINER= DougB@FreeBSD.org
+COMMENT= PIne's message COmposition editor
+
+RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
WRKSRC= ${WRKDIR}/pine${PORTVERSION}/pico
PATCH_WRKSRC= ${WRKSRC}/..
@@ -29,6 +33,11 @@ ALL_TARGET= pico
MAN1= pico.1
+post-patch:
+ ${CP} ${WRKSRC}/osdep/os-bsf.h ${WRKSRC}/osdep/os-bsf.h.presed
+ ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" \
+ ${WRKSRC}/osdep/os-bsf.h.presed > ${WRKSRC}/osdep/os-bsf.h
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pico ${PREFIX}/bin/pico
${INSTALL_MAN} ${WRKSRC}/../doc/pico.1 ${PREFIX}/man/man1/pico.1