pkgsrc/mail/pine/Makefile

49 lines
1.9 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.26 1998/11/13 01:21:40 frueauf Exp $
1997-11-22 06:42:42 +01:00
# FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp
1997-11-22 06:27:54 +01:00
#
DISTNAME= pine4.02
PKGNAME= pine-4.02
1997-11-22 06:27:54 +01:00
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.washington.edu/pine/
1997-11-22 06:27:54 +01:00
# This pkg doesn't build pico or libpico; the pico pkg does that part.
DEPENDS= pico-3.2:../../editors/pico
CONFLICTS= pine-3.96 pine-4.00
1998-06-07 21:52:23 +02:00
NOT_FOR_ARCHS= alpha #LP64 problems
do-configure:
${CP} -f ${WRKSRC}/pine/osdep/os-neb.h ${WRKSRC}/pine/osdep/os-neb.h.orig
1998-07-31 19:51:21 +02:00
${SED} -e 's@/usr/local/lib/@${PREFIX}/etc/@' \
<${WRKSRC}/pine/osdep/os-neb.h.orig >${WRKSRC}/pine/osdep/os-neb.h
cd ${WRKSRC}/pico && ${MAKE} -f makefile.neb os.h
1997-11-22 06:41:33 +01:00
do-build:
cd ${WRKSRC} && ./build neb PREFIX=${PREFIX}
1997-11-22 06:41:33 +01:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/pine ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/pine/abookcpy ${PREFIX}/bin/
${INSTALL_SCRIPT} ${FILESDIR}/pgpencrypt ${PREFIX}/bin/
${INSTALL_SCRIPT} ${FILESDIR}/pgpdecode ${PREFIX}/bin/
${INSTALL_SCRIPT} ${FILESDIR}/pgpsign ${PREFIX}/bin/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pine
${INSTALL_DATA} ${FILESDIR}/dot.pinerc.pgp.sample ${PREFIX}/share/examples/pine/
${INSTALL_MAN} ${WRKSRC}/doc/pine.1 ${PREFIX}/man/man1/pine.1
( ${ECHO} '# (This file is not part of the pine distribution! - HF)' ; \
${PREFIX}/bin/pine -conf ) | ${SED} \
1997-11-22 06:41:33 +01:00
-e 's|^\(use-only-domain-name\)=.*$$|\1=No|g' \
-e 's|^\(feature-list\)=.*$$|\1=enable-mail-check-cue,enable-suspend,expanded-view-of-addressbooks,include-header-in-reply,include-text-in-reply,show-selected-in-boldface,signature-at-bottom|g' \
-e 's|^\(sort-key\)=.*$$|\1=Arrival/Reverse|g' \
1998-07-31 19:51:21 +02:00
>${PREFIX}/etc/pine.conf
${INSTALL_DATA} ${FILESDIR}/pine.conf.fixed ${PREFIX}/etc/
1998-03-07 22:23:51 +01:00
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pine
${INSTALL_DATA} ${WRKSRC}/doc/tech-notes.txt ${PREFIX}/share/doc/pine/
1997-11-22 06:27:54 +01:00
.include "../../mk/bsd.pkg.mk"