aboutsummaryrefslogblamecommitdiff
path: root/misc/jargon/Makefile
blob: 7286dd92a8886130558c7afbff4175d61e763b46 (plain) (tree)
1
2
3
4
5
6
7
8
9
                      
                     
                    
                                                
 
                                 
                                      
                                                
 
                   
 
                                      
 
             
                        
                                                          
                                                             
 
           

                                                          

                      
PORTNAME=	jargon
PORTVERSION=	4.4.7
CATEGORIES=	misc
MASTER_SITES=	http://www.catb.org/~esr/jargon/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	The famous jargon file
WWW=		http://www.catb.org/~esr/jargon/

NO_BUILD=	yes

DATADIR=	${PREFIX}/share/jargon

post-extract:
	(cd ${WRKSRC}; \
	 ${RM} -r html/graphics/.xvpics graphics/.xvpics \
		html/letters.html~ html/online-preface.html~)

do-install:
	${MKDIR} ${STAGEDIR}${DATADIR}
	(cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${DATADIR})

.include <bsd.port.mk>