aboutsummaryrefslogblamecommitdiff
path: root/finance/gnucash-docs/Makefile
blob: d67234f3cab1c97de97d9b815498c5f6093d01dc (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
           
                                                                                     

                            
                      
                             
                                                       
                                                                    
                                                                   
                                         
 
                                    

                                         

                                            
 
                   
                                
                       
                   
                   
                                      
 






                                                                                                 
                      
# Created by: Glenn Johnson <glennpj@charter.net>
# $FreeBSD$
#   $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $

PORTNAME=	gnucash-docs
PORTVERSION=	2.6.12
CATEGORIES=	finance gnome
MASTER_SITES=	SF/gnucash/${PORTNAME}/${PORTVERSION} \
		http://www.gnucash.org/pub/gnucash/sources/stable/ \
		ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
		http://www.linas.org/pub/

MAINTAINER=	madpilot@FreeBSD.org
COMMENT=	Documentation for gnucash

LIB_DEPENDS=	librarian.so:textproc/rarian
RUN_DEPENDS=	yelp:x11/yelp

INSTALLS_OMF=	yes
USES=		autoreconf gmake
USE_GNOME=	libxml2
GNU_CONFIGURE=	yes
NO_ARCH=	yes
CPPFLAGS+=	-I${LOCALBASE}/include

post-patch:
	@${REINPLACE_CMD} -e '/scrollkeeper-preinstall/s|$$(docdir)|$$(gnomehelpdir)|' \
		${WRKSRC}/omf.make ${WRKSRC}/guide/C/Makefile.in ${WRKSRC}/guide/de/Makefile.in \
		${WRKSRC}/guide/it/Makefile.in ${WRKSRC}/guide/ja/Makefile.in \
		${WRKSRC}/help/C/Makefile.in ${WRKSRC}/help/de/Makefile.in \
		${WRKSRC}/help/it/Makefile.in

.include <bsd.port.mk>