2001-08-27 00:08:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-12-17 16:52:32 +00:00
|
|
|
SCRIPTS= krb5-config
|
2001-08-27 13:25:43 +00:00
|
|
|
MAN= krb5-config.1
|
|
|
|
CLEANFILES= krb5-config
|
2001-08-27 00:08:53 +00:00
|
|
|
|
|
|
|
krb5-config: krb5-config.in
|
|
|
|
sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \
|
2002-09-19 12:59:18 +00:00
|
|
|
-e "s,@VERSION\@,0.5,g" \
|
2002-09-01 14:45:17 +00:00
|
|
|
-e "s,@prefix\@,/usr,g" \
|
|
|
|
-e "s,@exec_prefix\@,/usr,g" \
|
2001-08-27 13:25:43 +00:00
|
|
|
-e "s,@libdir\@,${LIBDIR},g" \
|
2002-05-12 16:01:00 +00:00
|
|
|
-e "s,@includedir\@,${INCLUDEDIR},g" \
|
2002-05-09 00:50:49 +00:00
|
|
|
-e "s,@LIB_crypt\@,-lcrypt,g" \
|
2001-08-27 00:08:53 +00:00
|
|
|
-e "s,@LIB_dbopen\@,,g" \
|
|
|
|
-e "s,@LIB_des_appl\@,-lcrypto,g" \
|
2002-05-09 00:50:49 +00:00
|
|
|
-e "s,@LIBS\@,-lcom_err,g" \
|
2001-08-27 13:25:43 +00:00
|
|
|
${.ALLSRC} > ${.TARGET}
|
|
|
|
chmod +x ${.TARGET}
|
2001-08-27 00:08:53 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|
|
|
|
.PATH: ${KRB5DIR}/tools
|