mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
24efa94047
to unbreak gtk-doc as well as removes a ton of gross hacks to support the old location. Also, import some CVS patches from SK to fix some potential crashes when installing bad catalogs. While I tested this with a full SK database rebuild, problems may still occur. Please let me know if you encounter any issues with OMF files after this commit.
32 lines
905 B
Makefile
32 lines
905 B
Makefile
# New ports collection makefile for: gnucash-doc
|
|
# Date created: Sun Feb 16 2003
|
|
# Whom: Glenn Johnson <glennpj@charter.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnucash-docs
|
|
PORTVERSION= 1.8.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= finance gnome
|
|
MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \
|
|
ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
|
|
http://www.linas.org/pub/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gnucash
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Documentation for gnucash
|
|
|
|
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper \
|
|
${LOCALBASE}/include/db4/db_185.h:${PORTSDIR}/databases/db4
|
|
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomeprefix gnomehack
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
|
|
|
|
.include <bsd.port.mk>
|