summaryrefslogtreecommitdiff
path: root/devel/libev/files/libev.pc.in
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2011-09-16 16:17:40 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2011-09-16 16:17:40 +0000
commita0e9aa0bec90756b70f0864509e8e84177e68e46 (patch)
treecc2fea8d46b3d994ab5122f071bd28255947d2e3 /devel/libev/files/libev.pc.in
parent- Update mp3splt to 2.4 (diff)
- Update to 4.04 [1]
- Add libev.pc [2] PR: 159932 [1], 160030 [2] Submitted by: pgj [1], Aldis Berjoza <aldis at bsdroot.lv> [2]
Notes
Notes: svn path=/head/; revision=281845
Diffstat (limited to 'devel/libev/files/libev.pc.in')
-rw-r--r--devel/libev/files/libev.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libev/files/libev.pc.in b/devel/libev/files/libev.pc.in
new file mode 100644
index 000000000000..59a5e0c43578
--- /dev/null
+++ b/devel/libev/files/libev.pc.in
@@ -0,0 +1,10 @@
+prefix=%PREFIX%
+libdir=${prefix}/lib
+includedi=${prefix}/include
+
+Name: libev
+Description: High-performance event loop/event model
+Version: %VERSION%
+Libs: -L${libdir} -lev
+Cflags: -I${includedir}
+