freebsd-dev/crypto/heimdal/tools/heimdal-gssapi.pc.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
515 B
PkgConfig
Raw Normal View History

2008-05-07 13:39:42 +00:00
# $Id$
2011-10-05 07:23:29 +00:00
prefix=@prefix@
2008-05-07 13:39:42 +00:00
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: @PACKAGE@
Description: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license.
Version: @VERSION@
URL: http://www.pdc.kth.se/heimdal/
#Requires: foo = 1.3.1
#Conflicts: bar <= 4.5
2011-10-05 07:23:29 +00:00
Libs: -L${libdir} -lgssapi -lheimntlm -lkrb5 @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lwind -lroken @LIB_crypt@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
2008-05-07 13:39:42 +00:00
Cflags: -I${includedir}