* move libffi to base/ Category
[t2sde.git] / package / network / isakmpd / isakmpd.conf
blobb1390d36be37f3b923344b90cbbe3bada1d6f5e4
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/*/isakmpd/isakmpd.conf
5 # Copyright (C) 2004 - 2007 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 var_append makeopt " " "OS=linux"
17 if [[ $libdir ==  *lib64 ]]; then
18         var_append makeopt " " "LIBGMP=/usr/lib64/libgmp.a"
21 makeinstopt=
22 isakmpd_pm() {
23         mkdir -p $root$sysconfdir/isakmpd/{keynote,policy}
25         install isakmpd $root$sbindir/
26         cp -fv *.5 $root$mandir/man5/
27         cp -fv *.8 $root$mandir/man8/
29 hook_add postmake 3 "isakmpd_pm"