2003-02-18 04:39:02 +01:00
|
|
|
# New ports collection makefile for: gnucash-doc
|
|
|
|
# Date created: Sun Feb 16 2003
|
|
|
|
# Whom: Glenn Johnson <glennpj@charter.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $
|
|
|
|
#
|
2003-02-18 04:39:02 +01:00
|
|
|
|
|
|
|
PORTNAME= gnucash-docs
|
2011-07-17 16:56:46 +02:00
|
|
|
PORTVERSION= 2.4.1
|
2003-02-18 04:39:02 +01:00
|
|
|
CATEGORIES= finance gnome
|
2009-08-22 02:20:34 +02:00
|
|
|
MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \
|
2004-11-12 07:57:37 +01:00
|
|
|
http://www.gnucash.org/pub/gnucash/sources/stable/ \
|
2003-02-18 04:39:02 +01:00
|
|
|
ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
|
2004-11-12 07:57:37 +01:00
|
|
|
http://www.linas.org/pub/
|
2009-08-22 02:20:34 +02:00
|
|
|
|
2010-07-26 01:03:46 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-02-18 04:39:02 +01:00
|
|
|
COMMENT= Documentation for gnucash
|
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian
|
|
|
|
RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp
|
2003-02-18 04:39:02 +01:00
|
|
|
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2003-02-18 04:39:02 +01:00
|
|
|
USE_GMAKE= yes
|
2007-02-23 23:23:23 +01:00
|
|
|
USE_GNOME= libxml2 gnomehier
|
2003-02-18 04:39:02 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2003-02-18 04:39:02 +01:00
|
|
|
|
2007-02-23 23:23:23 +01:00
|
|
|
.include <bsd.port.mk>
|