2001-08-27 00:08:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2003-07-18 13:21:58 +00:00
|
|
|
SCRIPTS=krb5-config
|
|
|
|
MAN= krb5-config.1
|
|
|
|
|
2004-02-05 18:51:52 +00:00
|
|
|
CLEANFILES= krb5-config
|
2001-08-27 00:08:53 +00:00
|
|
|
|
|
|
|
krb5-config: krb5-config.in
|
2004-02-05 18:51:52 +00:00
|
|
|
sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \
|
2008-05-09 13:27:20 +00:00
|
|
|
-e "s,@VERSION\@,1.1.0,g" \
|
2004-02-05 18:51:52 +00:00
|
|
|
-e "s,@prefix\@,/usr,g" \
|
|
|
|
-e "s,@exec_prefix\@,/usr,g" \
|
|
|
|
-e "s,@libdir\@,${LIBDIR},g" \
|
|
|
|
-e "s,@includedir\@,${INCLUDEDIR},g" \
|
|
|
|
-e "s,@LIB_crypt\@,-lcrypt,g" \
|
|
|
|
-e "s,@LIB_dbopen\@,,g" \
|
2008-05-09 13:27:20 +00:00
|
|
|
-e "s,@LIB_hcrypto_appl\@,-lcrypto,g" \
|
|
|
|
-e "s,@LIB_pkinit\@,-lhx509,g" \
|
|
|
|
-e "s,@LIB_dlopen\@,,g" \
|
|
|
|
-e "s,@LIB_door_create\@,,g" \
|
2012-03-22 08:48:42 +00:00
|
|
|
-e "s,@PTHREAD_LIBADD\@,-pthread,g" \
|
2008-05-09 13:27:20 +00:00
|
|
|
-e "s,@LIBS\@,,g" \
|
|
|
|
-e "s,@INCLUDE_hcrypto@,,g" \
|
2004-02-05 18:51:52 +00:00
|
|
|
${.ALLSRC} > ${.TARGET}
|
2001-08-27 00:08:53 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|
2004-02-05 18:51:52 +00:00
|
|
|
.PATH: ${KRB5DIR}/tools
|