summaryrefslogblamecommitdiff
path: root/mail/pine4/Makefile
blob: 6ee743efe79cf910efaadb4f74140f4eb550421a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                            
                            

                                                             
 
                                                      
 


                                                              
 

                          
                         
                                                  
 
                                   
 

                                                                             
                                     
 


















                                                                



                                                          











                                                                         
                                                     
                                                  

                                                                           
                                                                             

                                                            

      
             

                                                                                
 
                      
# New ports collection makefile for:	pine
# Version required:     4.10
# Date created:		09 July 1998
# Whom:			Adrian Penisoara <ady@freebsd.ady.ro>
#
# $Id: Makefile,v 1.33 1999/06/21 07:52:21 mharo Exp $
#
# The changes to ?= on some of these lines is required for the
# pine4-ssl port. Also, please mirror changes to the files/
# directory to the pine4-ssl port.

DISTNAME?=       pine4.10
PKGNAME?=        pine-4.10
CATEGORIES=     mail news
MASTER_SITES=	ftp://ftp.cac.washington.edu/pine/

MAINTAINER?=	pine@freebsd.ady.ro

Y2K=		http://www.washington.edu/pine/QandA/sysadmins.html#Millenium

MAN1= 		pine.1 pico.1 pilot.1

post-patch:
	for i in ${WRKSRC}/doc/pine.1 \
		${WRKSRC}/pine/init.c \
		${WRKSRC}/pine/pine.hlp \
		${WRKSRC}/pine/mailcap.c \
		${WRKSRC}/pine/osdep/os-bsf.h ; do \
		${MV} $$i $$i.sed ; \
		${SED} -e "s:@@PREFIX@@:${PREFIX}:g" \
			$$i.sed >$$i ; \
		${RM} $$i.sed ; \
	done
	for i in ${WRKSRC}/doc/tech-notes.txt \
		${WRKSRC}/doc/tech-notes/*.html ; do \
		${MV} $$i $$i.sed ; \
		${SED} -e "s:/usr/local/lib/:${PREFIX}/etc/:g" \
			$$i.sed >$$i ; \
		${RM} $$i.sed ; \
	done

do-build:
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf)

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bin/pico ${PREFIX}/bin/pico
	${INSTALL_PROGRAM} ${WRKSRC}/bin/pilot ${PREFIX}/bin/pilot
	${INSTALL_PROGRAM} ${WRKSRC}/bin/pine ${PREFIX}/bin/pine
	${INSTALL_SCRIPT} ${FILESDIR}/pgpencrypt ${PREFIX}/bin/pgpencrypt
	${INSTALL_SCRIPT} ${FILESDIR}/pgpdecode ${PREFIX}/bin/pgpdecode
	${INSTALL_SCRIPT} ${FILESDIR}/pgpsign ${PREFIX}/bin/pgpsign
	${INSTALL_DATA} ${FILESDIR}/dot.pinerc.pgp.sample \
			${PREFIX}/etc/dot.pinerc.pgp.sample
	${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1/pico.1
	${INSTALL_MAN} ${WRKSRC}/doc/pilot.1 ${PREFIX}/man/man1/pilot.1
	${INSTALL_MAN} ${WRKSRC}/doc/pine.1 ${PREFIX}/man/man1/pine.1
.if !defined(NOPORTDOCS)
	${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} \
			${PREFIX}/share/doc/pine \
			${PREFIX}/share/doc/pine/tech-notes
	${INSTALL_DATA} ${WRKSRC}/doc/brochure.txt ${PREFIX}/share/doc/pine
	${INSTALL_DATA} ${WRKSRC}/doc/tech-notes.txt ${PREFIX}/share/doc/pine
	${INSTALL_DATA} ${WRKSRC}/doc/tech-notes/*.html \
			${PREFIX}/share/doc/pine/tech-notes/
.endif

post-install:
	${PREFIX}/bin/pine -P ${PREFIX}/etc/pine.conf -conf >${WRKSRC}/pine.conf
	${INSTALL_DATA} ${WRKSRC}/pine.conf ${PREFIX}/etc/pine.conf

.include <bsd.port.mk>