summaryrefslogtreecommitdiff
path: root/Mk/Uses/grantlee.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
| | | | Where appropriate fiddle with a few other things.
* devel/grantlee: update to 5.2.0Tobias C. Berner2019-12-201-1/+1
| | | | | | | | | - While here, remove the patches to install the headers in a prefix; there currently is only one grantlee version in the tree, so no reason to make life harder for ourselves. Notes: svn path=/head/; revision=520520
* grantlee.mk: drop support for removed devel/grantleeTobias C. Berner2019-03-171-6/+3
| | | | Notes: svn path=/head/; revision=496015
* Clarify PLIST_SUB in grantlee.mkTobias C. Berner2017-05-021-1/+1
| | | | | | | | | | Use FOO="" to clarify, that the empty string is wanted, and there isn't something missing. Reported by: mat Approved by: mat (mentor) Notes: svn path=/head/; revision=439961
* Extend grantlee.mk with another PLIST_SUB.Tobias C. Berner2017-04-301-0/+13
| | | | | | | | | | Grantlee5 appends library names of plugins with a letter 'd' when in debug mode. Provide a PLIST_SUB with said suffix. Approved by: rakuco (mentor) Notes: svn path=/head/; revision=439801
* New port: devel/grantlee5 and Uses/grantlee.mkTobias C. Berner2016-08-151-0/+66
The upcoming KDE Frameworks ports need grantlee5 * Add devel/grantlee5 and move installed headers into a subdirectory include/grantlee5 * Move header files from devel/grantlee into a subdirectory include/grantlee4 to make sure ports do not pick up the wrong headers * Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed by ports using grantlee (before we set the PLIST_SUB manual in very of the depending ports, which now should not be needed anymore). * The ports depending on devel/grantlee have been modified from LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee to USES=grantlee:4 as this does not affect the package no version bumped was made. Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7434 Notes: svn path=/head/; revision=420244