svn commit: r468027 - head/dns/udns/files

Kirill Ponomarev krion at FreeBSD.org
Sun Apr 22 13:35:24 UTC 2018


Author: krion
Date: Sun Apr 22 13:35:23 2018
New Revision: 468027
URL: https://svnweb.freebsd.org/changeset/ports/468027

Log:
  Add missing pkg-config dependency and add libudns.pc file.
  
  Approved by:	maintainer

Added:
  head/dns/udns/files/
  head/dns/udns/files/libudns.pc.in   (contents, props changed)

Added: head/dns/udns/files/libudns.pc.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/udns/files/libudns.pc.in	Sun Apr 22 13:35:23 2018	(r468027)
@@ -0,0 +1,10 @@
+prefix=%PREFIX%
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: libudns
+Description: DNS resolver library
+Version: %VERSION%
+Libs: -L${libdir} -ludns
+Cflags: -I${includedir}
+


More information about the svn-ports-head mailing list