Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2018 13:35:23 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468027 - head/dns/udns/files
Message-ID:  <201804221335.w3MDZNnR076568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804221335.w3MDZNnR076568>