Date: Tue, 24 May 2016 06:19:02 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415764 - in head/devel/libublio: . files Message-ID: <201605240619.u4O6J2J1057817@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Tue May 24 06:19:02 2016 New Revision: 415764 URL: https://svnweb.freebsd.org/changeset/ports/415764 Log: Really add .pc file for devel/libublio. (I wish that poudriere or a make under DEVELOPER=yes would use svn export to actually check for missing files.) PR: 199717 Reported by: Barbara Guida, lightside Added: head/devel/libublio/files/libublio.pc.in (contents, props changed) Modified: head/devel/libublio/Makefile Modified: head/devel/libublio/Makefile ============================================================================== --- head/devel/libublio/Makefile Tue May 24 05:44:56 2016 (r415763) +++ head/devel/libublio/Makefile Tue May 24 06:19:02 2016 (r415764) @@ -3,7 +3,7 @@ PORTNAME= libublio PORTVERSION= 20070103 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= LOCAL/mandree Added: head/devel/libublio/files/libublio.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libublio/files/libublio.pc.in Tue May 24 06:19:02 2016 (r415764) @@ -0,0 +1,11 @@ +prefix=%%PREFIX%% +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: libublio +Description: User space caching library +Version: %%PORTVERSION%% +Libs: -L${libdir} -lublio +Libs.private: +Cflags: -I${includedir}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605240619.u4O6J2J1057817>