# New ports collection makefile for: gnucash-doc # Date created: Sun Feb 16 2003 # Whom: Glenn Johnson # # $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 PORTREVISION= 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 -gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to USES+=tclgahr2013-09-252-6/+5
| | | | - Fix package provide
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-1/+1
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)gahr2013-04-231-2/+2
| | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble)
* Fix conversion to new options frameworkbapt2013-02-121-7/+2
|
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* For the ports that are maintained by ports@ that have pkgconfig as theirdougb2012-07-231-1/+2
| | | | | | only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids needlessly pulling that file in.
* Convert to new options frameworkbapt2012-06-121-31/+12
|
* - Reassign to the heaptabthorpe2012-02-011-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031