20 lines
452 B
Makefile
20 lines
452 B
Makefile
# Created by: Glenn Johnson <glennpj@charter.net>
|
|
|
|
PORTNAME= gnucash-docs
|
|
DISTVERSION= 4.9
|
|
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= cmake localbase gnome
|
|
USE_GNOME= libxml2
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|