summaryrefslogtreecommitdiffstats
path: root/devel/pkg-config/pkg-descr
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 12:07:55 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 12:07:55 +0800
commit82668a5a8439e675e24ef1e63feab92af1f68e42 (patch)
treeb1dec9b5a11909412754cde7a86124bed0f04607 /devel/pkg-config/pkg-descr
parente6bbcf50151b2b71ae5e44168254d8cdedb6ad66 (diff)
downloadmarcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar.gz
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar.bz2
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar.lz
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar.xz
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.tar.zst
marcuscom-ports-82668a5a8439e675e24ef1e63feab92af1f68e42.zip
- Clean devel
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5056 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/pkg-config/pkg-descr')
-rw-r--r--devel/pkg-config/pkg-descr13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/pkg-config/pkg-descr b/devel/pkg-config/pkg-descr
deleted file mode 100644
index c24838f62..000000000
--- a/devel/pkg-config/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-The pkg-config program is used to retrieve information about installed
-libraries in the system. It is typically used to compile and link against one
-or more libraries. It's more useful to the compilation process than to
-the end-user.
-
-pkg-config retrieves information about packages from special metadata files.
-These files are named after the package, with the extension .pc. By default,
-pkg-config looks for these files in the following directories:
-${PREFIX}/libdata/pkgconfig, ${LOCALBASE}/libdata/pkgconfig and
-${X11BASE}/libdata/pkgconfig; it will also look in the list of directories
-specified by the PKG_CONFIG_PATH environment variable.
-
-WWW: http://pkgconfig.freedesktop.org/wiki/