1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/finance/gnucash-docs/Makefile
Guido Falsi ca2559efd4 - Update gnucash to 4.1
- Update gnucash-docs to 4.1
- While here fix sorting in PYTHON part of plist
2020-07-27 21:59:05 +00:00

32 lines
938 B
Makefile

# 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
DISTVERSION= 4.1
CATEGORIES= finance gnome
MASTER_SITES= SF/gnucash/gnucash%20%28stable%29/${PORTVERSION}
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Documentation for gnucash
LIB_DEPENDS= librarian.so:textproc/rarian
RUN_DEPENDS= yelp:x11/yelp
USES= autoreconf localbase gmake gnome
USE_GNOME= libxml2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
NO_ARCH= yes
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>