# $FreeBSD$ # # handle dependency on the pkgconf port # # Feature: pkgconfig # Usage: USES=pkgconfig or USES=pkgconfig:ARGS # Valid ARGS: build (default, implicit), run, both # # MAINTAINER: portmgr@FreeBSD.org .if !defined(_INCLUDE_USES_PKGCONFIG_MK) _INCLUDE_USES_PKGCONFIG_MK= yes _PKGCONFIG_DEPENDS= pkgconf>=1.3.0_1:devel/pkgconf .if empty(pkgconfig_ARGS) pkgconfig_ARGS= build .endif .if ${pkgconfig_ARGS} == "build" BUILD_DEPENDS+= ${_PKGCONFIG_DEPENDS} CONFIGURE_ENV+= PKG_CONFIG=pkgconf .elif ${pkgconfig_ARGS} == "run" RUN_DEPENDS+= ${_PKGCONFIG_DEPENDS} .elif ${pkgconfig_ARGS} == "both" CONFIGURE_ENV+= PKG_CONFIG=pkgconf BUILD_DEPENDS+= ${_PKGCONFIG_DEPENDS} RUN_DEPENDS+= ${_PKGCONFIG_DEPENDS} .else IGNORE= USES=pkgconfig - invalid args: [${pkgconfig_ARGS}] specified .endif .endif -gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtkscintilla/distinfo
Commit message (Expand)AuthorAgeFilesLines
* 2009-11-30 audio/squeezecenter-trackstat: Replaced by audio/squeezeboxserver-...miwi2009-11-301-3/+0
* - Add SHA256pav2005-11-261-0/+1
* SIZEify.trevor2004-01-301-0/+1
* Update to 0.8.2.sobomax2002-02-111-1/+1
* Update to 0.7.4.sobomax2001-10-181-1/+1
* Update to 0.7.3.sobomax2001-06-101-1/+1
* Update to 0.7.1.sobomax2001-06-071-1/+1
* Update to 0.3.sobomax2001-02-281-1/+1
* Update to 0.1.1.sobomax2001-01-161-1/+1
* Add py-gtkscintilla - a Python bindings for GtkScintilla library.sobomax2000-12-14