Update magic sed script for heimdal-1.1

This commit is contained in:
Doug Rabson 2008-05-09 13:27:20 +00:00
parent 06c85cef9d
commit e5dc3b75b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178874

View file

@ -7,16 +7,19 @@ CLEANFILES= krb5-config
krb5-config: krb5-config.in
sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \
-e "s,@VERSION\@,0.6.3,g" \
-e "s,@VERSION\@,1.1.0,g" \
-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" \
-e "s,@LIB_des_appl\@,-lcrypto,g" \
-e "s,@LIBS\@,-lcom_err,g" \
-e "s,@INCLUDE_des@,,g" \
-e "s,@LIB_hcrypto_appl\@,-lcrypto,g" \
-e "s,@LIB_pkinit\@,-lhx509,g" \
-e "s,@LIB_dlopen\@,,g" \
-e "s,@LIB_door_create\@,,g" \
-e "s,@LIBS\@,,g" \
-e "s,@INCLUDE_hcrypto@,,g" \
${.ALLSRC} > ${.TARGET}
.include <bsd.prog.mk>