1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/finance/gnucash-docs/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

30 lines
807 B
Makefile

# New ports collection makefile for: gnucash-doc
# Date created: Sun Feb 16 2003
# Whom: 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.4.1
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= gnome@FreeBSD.org
COMMENT= Documentation for gnucash
LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian
RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp
INSTALLS_OMF= yes
USE_GMAKE= yes
USE_GNOME= libxml2 gnomehier
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>